Update tictactoe.md

This commit is contained in:
Greg Fitzgerald 2018-12-11 17:03:49 -07:00 committed by GitHub
parent 9552badb16
commit 11abd3cf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -11,9 +11,13 @@ move a player makes stores a transaction on the ledger.
First fetch the latest release of the example code:
```sh $ git clone https://github.com/solana-labs/example-tictactoe.git $ cd
example-tictactoe $ TAG=$(git describe --tags $(git rev-list --tags
--max-count=1)) $ git checkout $TAG ```
```sh
$ git clone https://github.com/solana-labs/example-tictactoe.git
$ cd example-tictactoe
$ TAG=$(git describe --tags $(git rev-list --tags
--max-count=1))
$ git checkout $TAG
```
Next, follow the steps in the git repository's
[README](https://github.com/solana-labs/example-tictactoe/blob/master/README.md).