Update README.md

This commit is contained in:
Carsten Sonne Larsen 2015-03-24 01:03:17 +01:00
parent 02deed1853
commit 1ca6893513
1 changed files with 12 additions and 12 deletions

View File

@ -18,23 +18,23 @@ Install by copying the desired amath binary to C: or any other appropriate locat
Example of usage
================
Open amath in its own window:
> amath
Open amath in its own window:
> amath
Do a calculation in shell (CLI mode):
> amath 1.2+1.4
Do a calculation in shell:
> amath 1.2+1.4
Get an interactive prompt in shell:
> amath shell
Get an interactive prompt in shell:
> amath shell
Show version string:
> amath version
Show version string:
> amath version
Run regression tests:
> amath-test test
Run regression tests:
> amath-test test
Load amath into memory:
> resident amath pure
Load amath into memory:
> resident amath pure
Get more details on usage by visiting the amath wiki:
* https://github.com/llsth/amath/wiki