mirror of
https://gitlab.com/rnger/amath
synced 2025-10-05 10:29:29 +00:00
Added missing files
This commit is contained in:
22
README.md
22
README.md
@ -1,2 +1,20 @@
|
||||
# amath
|
||||
Simple command line calculator
|
||||
amath - Simple command line calculator
|
||||
======================================
|
||||
|
||||
Usage
|
||||
~~~~~
|
||||
|
||||
Do a calculation:
|
||||
> amath 1.2+1.4
|
||||
|
||||
Get an interactive promt:
|
||||
> amath shell
|
||||
|
||||
Show version string:
|
||||
> amath version
|
||||
|
||||
Run regression test:
|
||||
> amath test
|
||||
|
||||
Open amath in its own window (if supported):
|
||||
> amath
|
||||
|
Reference in New Issue
Block a user