readme: new syntax
This commit is contained in:
10
README.md
10
README.md
@@ -1,15 +1,15 @@
|
||||
#cmm
|
||||
# cmm
|
||||
|
||||
A C implementation of the [Mythical Machine](http://www.openbookproject.net/courses/python4fun/simulator.html)
|
||||
that executes its' bytecode.
|
||||
|
||||
##Building & Installing
|
||||
## Building & Installing
|
||||
|
||||
The project comes with a Makefile. Just run `make` to get a build in the
|
||||
`bin` directory. If you really want to install it, run `make install`. That
|
||||
will only work on Unix systems, though, I am afraid and may clutter your workspace.
|
||||
will only work on Unix systems, though, I am afraid, and it may clutter your workspace.
|
||||
|
||||
##Usage
|
||||
## Usage
|
||||
|
||||
```
|
||||
usage: cmm program_name
|
||||
@@ -19,4 +19,4 @@ This will "parse" the file and execute the bytecode.
|
||||
|
||||
<hr/>
|
||||
|
||||
*Have fun!*
|
||||
Have fun!
|
||||
|
Reference in New Issue
Block a user