From 6f6cb04e2e258d6da342fac9864d5c0e1442ed28 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 17 Aug 2022 15:36:05 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db601f1..4a0584b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ $ git clone https://git.kennel.ml/Anri/cal8tor.git && cd cal8tor ``` 2. Build the app and get in the output folder ```bash -$ cargo build --release && cd target/release/ +$ cargo build --release && cd target/release/ ``` 3. Run the app, here the help page will be displayed ```