Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley authored Dec 18, 2023
1 parent 46768a6 commit fae27cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ cargo generate --git codeitlikemiley/server_template --name server
```sh
cd ~/.cargo
mkdir templates
cd templates
git clone https://github.com/codeitlikemiley/services_template
git clone https://github.com/codeitlikemiley/server_template
```

- [ ] Add to favorites [services_template](https://github.com/codeitlikemiley/services_template) and [server_template](https://github.com/codeitlikemiley/server_template)

```toml
Expand All @@ -104,10 +108,10 @@ gh_username = "YOUR_USERNAME"
ide = "none|vscode"

[favorites.services]
path = "/Users/uriah/.cargo/templates/services_template"
path = "/Users/YOUR_USERNAME/.cargo/templates/services_template"

[favorites.server]
path = "/Users/uriah/.cargo/templates/server_template/"
path = "/Users/YOUR_USERNAME/.cargo/templates/server_template/"
```

- [ ] Generate Server and Services template with short cut
Expand Down

0 comments on commit fae27cc

Please sign in to comment.