Updated docs

dev
rm-dr 2023-10-15 11:25:19 -07:00
parent 80f17ac210
commit 93c34ca4a4
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 8 additions and 1 deletions

View File

@ -28,4 +28,9 @@ What to do
- Tag merge commit on `master` (`git tag -a v1.0.0 -m "Version 1.0.0"`)
- `cargo publish`
- Update web demo & pull server (`make docker`)
- Update aur package
- Update aur package
Test `default.nix` with
``sh
nix-build -E 'let pkgs = import <nixpkgs> { }; in pkgs.callPackage ./default.nix {}'
``

View File

@ -20,6 +20,8 @@
- Sums and products with functional arguments
- Add functions: gcd, inverse mod, dice
- Tuple operations
- Number theory: select a group, inverses, etc
- Negative mod
## Prompt
- Fix terminal color detection