Skip to content

Commit 88b38db

Browse files
committed
docs: add readme again
1 parent e6cf5b4 commit 88b38db

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 🦀 Rust template
2+
3+
My personal template for rust projects
4+
5+
![wallpaper](assets/wallpaper.png)
6+
7+
## 🦀 Installation
8+
9+
You can install it with the following command
10+
11+
```shell
12+
cargo generate https://github.com/jd-apprentice/jd-rust
13+
```
14+
15+
## 🦀 Usage
16+
17+
The project is using [make](https://www.gnu.org/software/make/) and [docker](https://www.docker.com/)
18+
19+
You can run it with `make dev` for development and `make` for production
20+
21+
## 🦀 Contributing
22+
23+
Check the [CONTRIBUTING.md](CONTRIBUTING.md) file

0 commit comments

Comments
 (0)