You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
305 B

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