README.md
changeset 17 6b776bd4bbf2
parent 16 1cde13306e8f
child 19 3cd2cd2725bd
equal deleted inserted replaced
16:1cde13306e8f 17:6b776bd4bbf2
    18 
    18 
    19 This project also contains a command line utility, named `gotak`, to solve or
    19 This project also contains a command line utility, named `gotak`, to solve or
    20 generate puzzles.
    20 generate puzzles.
    21 I haven't written the tool documentation yet.
    21 I haven't written the tool documentation yet.
    22 
    22 
    23 To build the gotak CLI utility, you can use
    23 To build the gotak CLI utility, you can use the following command (with Go 1.8+):
    24 
    24 
    25 ```
    25 ```
    26 go get github.com/takuzu/gotak
    26 go get github.com/takuzu/gotak
    27 ```
    27 ```
    28 
    28