diff --git a/book/src/webwallet.md b/book/src/webwallet.md index 34182b6643..8933aa6c0a 100644 --- a/book/src/webwallet.md +++ b/book/src/webwallet.md @@ -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