summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-01-11 20:33:36 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2016-01-11 20:33:36 -0500
commit88a5403bb6e10430a4e6351c4eca1e41f89ce74b (patch)
tree040d2e488e8a7303f0ec910e83d110d2b1546d13
parentc920b0d22b5ab31c792a7288ede302959c262d04 (diff)
Edited readme
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 5ff9981..de1c003 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,16 @@
An Ook! compiler
As a reminder, ook is just [Brainf\*\*\*](https://esolangs.org/wiki/Brainfuck), but with these rules:
-| Ook | Brainf\*\*\* |
-|-----|-----------|
-| Ook. Ook? | > |
-| Ook? Ook. | < |
-| Ook. Ook. | + |
-| Ook! Ook! | - |
-| Ook! Ook. | . |
-| Ook. Ook! | , |
-| Ook! Ook? | [ |
-| Ook? Ook! | ] |
+
+Ook Brainf\*\*\*
+Ook. Ook? >
+Ook? Ook. <
+Ook. Ook. +
+Ook! Ook! -
+Ook! Ook. .
+Ook. Ook! ,
+Ook! Ook? [
+Ook? Ook! ]
*Make sure that there is exactly one space/newline between each ook, and that you add no extra code*
@@ -25,7 +25,7 @@ cook <file>
```
# GNU/Linux
-
+The file extension of the file must be exactly 3 letters. A recommended file extension is *.ook.
To compile ook, `cd` to the directory where cOok is installed, then run:
```
cd build/GNULinux