Add usage guide

master
rubenwardy 2016-02-22 00:07:56 +00:00
parent f0aaaa7d3f
commit d3f789aa9a
1 changed files with 24 additions and 0 deletions

View File

@ -31,3 +31,27 @@ because that is obviously what befunge needs.
* file system
* networking
* graphics
# Usage
## Compilation
```Bash
sudo apt-get install build-essential cmake
cmake .
make -j3
```
## Run
```Bash
./bin/a path/to/rufunge.rf
```
eg `./bin/a tests/hello_world.rf`
## Unit Tests
```Bash
./test.sh
```