diff --git a/README.md b/README.md index c3402ea..3e005c0 100644 --- a/README.md +++ b/README.md @@ -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 ```