docs: fix name of directory in installation process

This commit is contained in:
Muhammad Nauman Raza 2024-05-29 15:30:21 +01:00
parent 087a8a040a
commit 934b8a7efa

View file

@ -16,7 +16,7 @@ Altoku is actively being worked on, but as of writing has very little functional
To build `altoku`, you'll need [Rust](https://rust-lang.org) installed:
```bash
$ git clone https://git.devraza.giize.com/devraza/altoku
$ cd bunbun
$ cd altoku
$ cargo build --release # `--release` adds a few optimisations
```