Update README

This commit is contained in:
Yash Karandikar 2022-03-05 17:58:00 -06:00
parent bb022893b7
commit da82457b99
Signed by: karx
GPG key ID: A794DA2529474BA5

View file

@ -4,7 +4,7 @@ A simple issue tracking app written entirely in Rust.
To build locally, you need to install the latest nightly Rust, and you need to add the `wasm32-unkown-unknown` target:
```sh
rustup override set nightly # TODO: make a rustup.toml
rustup override set nightly
rustup target add wasm32-unknown-unknown
```
@ -16,6 +16,7 @@ TODO:
- [x] User registration
- [x] User login
- [x] Navbar
- [ ] Link issues to users
- [x] Link issues to users
- [ ] Make a rust-toolchain.toml
- [ ] Comments
- [ ] Open/Close issues