docs: add build instructions
This commit is contained in:
parent
79635cc74e
commit
7e691d07a6
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -2,3 +2,17 @@
|
|||
|
||||
An alternative TUI-based frontend for the Canvas LMS. Also implements
|
||||
`libcanvas`, a Rust library that wraps common Canvas API actions.
|
||||
|
||||
## Building
|
||||
|
||||
Install Nix with flakes.
|
||||
|
||||
```sh
|
||||
nix build
|
||||
```
|
||||
|
||||
Or run without installing:
|
||||
|
||||
```sh
|
||||
nix run "git+https://code.youwen.dev/youwen5/cartographer.git"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue