expand on top section of README.md

Added TL;DR section at the top along the lines of pull request #80.
We expanded it to include a number of other common systems.
This commit is contained in:
Landon Curt Noll
2023-07-20 16:44:39 -07:00
parent 2ad27e7909
commit f34c659877

View File

@@ -1,21 +1,23 @@
# Try it yourself # TL:DR Try calc
Debian/Ubuntu ## TL;DR Install calc
``` ```
sudo apt install calc misc linux: sudo yum install calc
on Debian: sudo apt install calc
on RHEL: sudo dnf install calc
on Ubuntu: sudo apt install calc
via Termux: apt install calc
via src: sudo make clobber all chk instsll
``` ```
Termux ## TL:DR run calc
``` ```
apt install calc misc shell: calc
``` via bash: calc
via misc app: launch calc via Termux
Then run via zsh: calc
```
calc
``` ```
# What is calc? # What is calc?