summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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