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 Example of usage
================ ================
Open amath in its own window: Open amath in its own window:
> amath > amath
Do a calculation in shell (CLI mode): Do a calculation in shell:
> amath 1.2+1.4 > amath 1.2+1.4
Get an interactive prompt in shell: Get an interactive prompt in shell:
> amath shell > amath shell
Show version string: Show version string:
> amath version > amath version
Run regression tests: Run regression tests:
> amath-test test > amath-test test
Load amath into memory: Load amath into memory:
> resident amath pure > resident amath pure
Get more details on usage by visiting the amath wiki: Get more details on usage by visiting the amath wiki:
* https://github.com/llsth/amath/wiki * https://github.com/llsth/amath/wiki