cartographer/README.md

19 lines
314 B
Markdown
Raw Normal View History

2024-09-11 02:12:42 -07:00
# Cartographer
An alternative TUI-based frontend for the Canvas LMS. Also implements
`libcanvas`, a Rust library that wraps common Canvas API actions.
2024-09-11 02:14:34 -07:00
## Building
Install Nix with flakes.
```sh
nix build
```
Or run without installing:
```sh
nix run "git+https://code.youwen.dev/youwen5/cartographer.git"
```