From 934b8a7efa226d1c251f7c4ea84c4f48983f3cda Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 29 May 2024 15:30:21 +0100 Subject: [PATCH] docs: fix name of directory in installation process --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```