From 3620c01f938a948ae4f94a8149464d84391c066e Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 24 Jan 2016 19:52:26 -0500 Subject: Edited readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ``` +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 +``` +Anywhere + If you want to compile the source, just run: ``` -- cgit v1.2.3