diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-24 19:52:26 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-24 19:52:26 -0500 |
commit | 3620c01f938a948ae4f94a8149464d84391c066e (patch) | |
tree | dce59ea40348a4f0166bd0b4e409af54c89d7b15 | |
parent | f040c963716652cffe795c25d4cc3dab38ed94f0 (diff) |
Edited readme
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -30,6 +30,16 @@ To compile ook, `cd` to the directory where cOok is installed, then run: cd build/GNULinux ./cook <file> ``` +You can also add cook to /usr/bin so that it's in your path. +``` +sudo cp build/GNULinux +``` +Then you can just run: +``` +cook <file> +``` +Anywhere + If you want to compile the source, just run: ``` |