mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Print usage on top
It's common practice nowadays to out this on the very top A text that can be copied to the terminal an "it just works" Will bring many back to the roots of computers after over commercialisation of the over hyped "desktop experience" of the 90s
This commit is contained in:
committed by
GitHub
parent
bd64a6cc36
commit
a4d3c8ff9d
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
|
# Try it yourself
|
||||||
|
|
||||||
|
Debian/Ubuntu
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install calc
|
||||||
|
```
|
||||||
|
|
||||||
|
Termux
|
||||||
|
|
||||||
|
```
|
||||||
|
apt install calc
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run
|
||||||
|
|
||||||
|
```
|
||||||
|
calc
|
||||||
|
```
|
||||||
|
|
||||||
# What is calc?
|
# What is calc?
|
||||||
|
|
||||||
Calc is an interactive calculator which provides for easy large
|
Calc is an interactive calculator which provides for easy large
|
||||||
|
Reference in New Issue
Block a user