diff options
author | Emile <HanEmile@users.noreply.github.com> | 2023-09-14 22:14:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 22:14:25 +0200 |
commit | 0d9e1444882ee039691fd95ab38bcfa034a72a5e (patch) | |
tree | 4c5f5f038c4cb31bd5915ec8f2534075e6ce746c | |
parent | 24e2241cdc5c88e61297669de5f3334637bcbf10 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index bcf8df1..25c0c4d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CI: [https://hydra.emile.space/project/vokobe](https://hydra.emile.space/project ## Installation -Install my-project with npm +Install my-project with cargo ```bash ; cargo build --release @@ -14,7 +14,7 @@ Install my-project with npm ## Usage/Examples -```javascript +```bash ; ./target/release/vokobe --help vokobe 0.1.0 A static site generator |