Fetch latest tag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user