Skip to content

Commit

Permalink
docs: document the install commands
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Apr 4, 2023
1 parent 91ab00b commit 562d190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ book:

dev-book:
cd docs/docs-book; mdbook serve --open

install:
$(CC) install --locked --path ./coffee_cmd
2 changes: 1 addition & 1 deletion docs/docs-book/src/install-coffee.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ When you had Rust up and running, to install Coffee you need just to do

```bash
git clone https://github.com/coffee-tools/coffee.git && cd coffee
cargo install --locked --path ./coffee_cmd
make install
coffee --help
```

0 comments on commit 562d190

Please sign in to comment.