Add Readme

This commit is contained in:
Timothy Warren 2020-07-24 09:38:58 -04:00
parent a826121b1f
commit 3541bb95a6
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Rust Sokoban
Based on [https://sokoban.iolivia.me/](https://sokoban.iolivia.me/)
## Dependencies
On linux libudev and libalsasound2 likely need to be installed:
(On Debian/Ubuntu) `sudo apt-get install libudev-dev libasound2-dev`
## Running
* `cargo run` does a dev build and runs
* `cargo run --release` does a release build and runs