WIP
This commit is contained in:
25
api/README.md
Normal file
25
api/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Setup
|
||||
|
||||
* Install `rustup`
|
||||
|
||||
On Arch Linux:
|
||||
|
||||
```
|
||||
$ sudo pacman -S rustup
|
||||
```
|
||||
|
||||
```
|
||||
$ rustup toolchain install nightly
|
||||
```
|
||||
|
||||
# Run Dev
|
||||
|
||||
```
|
||||
$ rustup run nightly cargo run
|
||||
```
|
||||
|
||||
# Build
|
||||
|
||||
```
|
||||
$ rustup run nightly cargo build --release
|
||||
```
|
||||
Reference in New Issue
Block a user