Fetch latest tag

This commit is contained in:
Michael Vines
2018-12-19 20:17:42 -08:00
parent 71df71c601
commit f98d72a30b

View File

@ -7,6 +7,9 @@ First fetch the example code:
```sh
$ git clone https://github.com/solana-labs/example-webwallet.git
$ cd example-webwallet
$ TAG=$(git describe --tags $(git rev-list --tags
--max-count=1))
$ git checkout $TAG
```
Next, follow the steps in the git repository's