mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
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:
24
README.md
24
README.md
@@ -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?
|
||||||
|
Reference in New Issue
Block a user