Skip to content

Commit

Permalink
docs: install using cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
YumeT023 committed Feb 25, 2024
1 parent 9ba3c66 commit 2ee8392
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,21 @@ Give up setting up the environment each time you begin a project using the same

Prerequisites: [git](https://git-scm.com/downloads)

#### Github release

You can download it from the [release](https://github.com/YumeT023/proplate/releases/tag/0.3.0) page.<br>
I recommend making it globally available in your terminal. <u>(wip: install.sh)</u>

#### Cargo

If you have cargo installed

```shell
cargo install proplate
```

> cargo will make it directly available in your $PATH
## Use a template to create a project

```shell
Expand Down

0 comments on commit 2ee8392

Please sign in to comment.