From 26733dff6c6ff5867fa224a0316b4048b42f2308 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 1 Aug 2023 20:14:03 -0700 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebc0426..b54ec4b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,19 @@ A high-precision scientific calculator with support for units, derivatives, and Many features are missing, this is still under development. +# 📦 Installation + - **Arch:** `yay -S daisy` + - **Debian:** coming soon + +From source: `cargo build --release` \ +Binary will be in `target/release/daisy` + + +# 📹 Screenshot + ![](https://betalupi.com/static/git/daisy.png) -# Features +# 🛠️ Features - Open-source - Extremely high precision - Uses a rational datatype when possible, and a high-precision float when not. @@ -17,7 +27,7 @@ Many features are missing, this is still under development. - Useful, detailed error messages -# Usage +# 📑 Usage All documentation is built into the prompt. Use the `help` command to view it. @@ -37,7 +47,7 @@ All documentation is built into the prompt. Use the `help` command to view it. - Variable assignment: `a = 143` -# Notes and Tricks +# 🌹 Additional Notes ## Unit Conversion