Fetch latest tag
This commit is contained in:
@ -7,6 +7,9 @@ First fetch the example code:
|
|||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/solana-labs/example-webwallet.git
|
$ git clone https://github.com/solana-labs/example-webwallet.git
|
||||||
$ cd example-webwallet
|
$ 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
|
Next, follow the steps in the git repository's
|
||||||
|
Reference in New Issue
Block a user