From 2e717df795e1ec08573990ce1431cc7a613d5f63 Mon Sep 17 00:00:00 2001 From: leca Date: Tue, 26 Mar 2024 22:09:06 +0300 Subject: [PATCH] readme changes --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37c6dd4..5da8908 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,19 @@ ## building To build this on GNU/Linux ### 1.Install dependencies for your distro: +Everything, starting with ``$`` should be run as usual user without that sign. ``#`` in the start indicated that root is necessary. #### Arch linux: -``sudo pacman -S glib2 rust`` +``# sudo pacman -S glib2 rust`` #### Debian and derivatives: -``sudo apt install libglib2.0-0 cargo`` +``# sudo apt install libglib2.0-0 cargo`` ### 2.Build it: ``` -chmod +x ./build.sh -./build.sh +$ chmod +x ./build.sh +$ ./build.sh ``` then, run it: ``` -cargo run +$ cargo run ``` #### Windows Windows sucks.