From f98d72a30bef024b41babec899d3305f53dd357d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 19 Dec 2018 20:17:42 -0800 Subject: [PATCH] Fetch latest tag --- book/src/webwallet.md | 3 +++ 1 file changed, 3 insertions(+) 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