readme changes

This commit is contained in:
leca 2024-03-26 22:02:13 +03:00
parent 7ad2298676
commit 3f42f1d9d1
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ To build this on GNU/Linux
#### Arch linux: #### Arch linux:
``sudo pacman -S glib2 rust`` ``sudo pacman -S glib2 rust``
#### Debian and derivatives: #### Debian and derivatives:
``sudo apt install glib2.0-0 rust`` ``sudo apt install libglib2.0-0 cargo``
### 2.Build it: ### 2.Build it:
``` ```
chmod +x ./build.sh chmod +x ./build.sh
@ -15,6 +15,7 @@ then, run it:
``` ```
cargo run cargo run
``` ```
#### Windows
Windows sucks. Windows sucks.
## Contributing ## Contributing
Contributing is welcome! Please, make an issue if you found a bug. Contributing is welcome! Please, make an issue if you found a bug.