diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -108,8 +108,14 @@ commands manually. To build the shell use: | |||
| 108 | $ make shell | 108 | $ make shell |
| 109 | ``` | 109 | ``` |
| 110 | 110 | ||
| 111 | This will create an executable called `run`. Then you can for example | 111 | This will create an executable called `run`. |
| 112 | get a cube from a sequence of moves: | 112 | Optionally, you can run some tests: |
| 113 | |||
| 114 | ``` | ||
| 115 | $ make shelltest | ||
| 116 | ``` | ||
| 117 | |||
| 118 | Then 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" |
