From ba43eeee5807513c1f239e8e062640348c28712d Mon Sep 17 00:00:00 2001 From: Jake Probst Date: Sat, 24 Aug 2019 15:32:09 -0700 Subject: [PATCH] some sort of readme? --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..85ca2ad --- /dev/null +++ b/README.md @@ -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`