some sort of readme?

This commit is contained in:
Jake Probst 2019-08-24 15:32:09 -07:00
parent 7763741fcb
commit ba43eeee58

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# setup
* get http://rustup.rs
* get the latest nightly `rustup install nightly`
* grab elseware and [libpso](https://github.com/jakeprobst/libpso)
* have elseware and libpso in the same directory
* `cargo install diesel-cli`
* `diesel database setup`
* `cargo run --bin patch` or `cargo run --bin login`