modifying README.md

This commit is contained in:
Tan, Kian-ting 2018-05-21 02:07:52 +08:00 committed by GitHub
parent 7e79334467
commit 9ddeaf5394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,15 +10,15 @@ Dependencies
Compile Compile
---------- ----------
typing ``make`` in the folder of the repo. Type ``make`` after entering the folder of the repo.
Execute Execute
---------- ----------
execute it with the command: Execute it with the command:
``./interp`` ``./interp``
after showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example: After showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example:
A program to solve f(x) = 0 such that f(x) is a 1-var linear function. A program to solve f(x) = 0 such that f(x) is a 1-var linear function.
Please Enter a 1-var linear function: 2*x+5 Please Enter a 1-var linear function: 2*x+5