Minor cleanup

pull/6/head
Mark 2023-09-21 19:32:44 -07:00
parent 0559e84444
commit f5b2c5b261
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@ A high-precision scientific calculator with support for units, derivatives, and
Many features are missing, this is still under development.
**Web demo: [here](daisy.betalupi.com)**
# 📦 Installation
- **Cargo:** `cargo install daisycalc`
- **Arch:** `yay -S daisy`

View File

@ -8,6 +8,7 @@
- git tag -a v1.0.0 -m "Version 1.0.0" on merge commit
- cargo publish
- Update packages
- Build wasm & push changes
## Pre-release
@ -24,7 +25,6 @@
- Better tests (assignment, many expressions in one context)
- Optional config file
- Optional history file
- Compile to WASM, publish a webapp
- evaluate straight from command line
- Package for debian, nix

View File

@ -1,5 +1,6 @@
version: "3"
# You'll need to edit this file if you want to use it.
networks:
reverse_proxy:
external: true