aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ae0f05..554599d 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,14 @@ commands manually. To build the shell use:
108$ make shell 108$ make shell
109``` 109```
110 110
111This will create an executable called `run`. Then you can for example 111This will create an executable called `run`.
112get a cube from a sequence of moves: 112Optionally, you can run some tests:
113
114```
115$ make shelltest
116```
117
118Then you can for example get a cube from a sequence of moves:
113 119
114``` 120```
115$ ./run frommoves -moves "R' U' F" 121$ ./run frommoves -moves "R' U' F"

Generated with cgit - Back to sebastiano.tronto.net