diff --git a/README.md b/README.md index 9ad35dd..dfc9701 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Vaporise (`vpr`) is a simple, featureful, fast, and memory-safe alternative to t To build `vaporise`, you'll need [Rust](https://rust-lang.org) installed: ```bash $ git clone https://git.devraza.giize.com/devraza/vaporise -$ cd bunbun +$ cd vaporise $ cargo build --release # `--release` adds a few optimisations ```