docs: fix name of directory in installation process

This commit is contained in:
Muhammad Nauman Raza 2024-05-29 15:30:36 +01:00
parent ceca84b2b3
commit c6050242eb

View file

@ -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
```