readme changes
This commit is contained in:
parent
7ad2298676
commit
3f42f1d9d1
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue