From c6050242ebff02354525adf27a8f73577e5559a6 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 29 May 2024 15:30:36 +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 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 ```