mirror of https://github.com/rm-dr/daisy
Minor cleanup
parent
0559e84444
commit
f5b2c5b261
|
@ -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`
|
||||
|
|
2
TODO.md
2
TODO.md
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
version: "3"
|
||||
|
||||
# You'll need to edit this file if you want to use it.
|
||||
networks:
|
||||
reverse_proxy:
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue