summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab95ef9..7cd1d3f 100644
--- a/README.md
+++ b/README.md
@@ -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:
```