Skip to content

Commit 9a0e5c5

Browse files
committed
Change update message to link Update on same page and describe why.
1 parent de39093 commit 9a0e5c5

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

pages/2.0/guides.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -149,30 +149,13 @@ git clone https://github.com/getavalon/setup avalon-setup --recursive
149149
```
150150
</div>
151151

152-
Then we need to make sure we pull in the latest updates:
152+
!!! hint "Updating Avalon"
153153

154-
<div class="tabs">
155-
<button class="tab cmd" onclick="setTab(event, 'cmd')">
156-
<p>cmd</p><div class="tab-gap"></div>
157-
</button>
158-
<button class="tab bash " onclick="setTab(event, 'bash')">
159-
<p>bash</p><div class="tab-gap"></div>
160-
</button>
161-
</div>
154+
Downloading `avalon-setup` like above does not automatically pull in the latest versions.
162155

163-
<div class="tab-content cmd" markdown="1">
164-
```bat
165-
cd avalon-setup
166-
git submodule update --recursive --remote
167-
```
168-
</div>
156+
See [Update](#update) to learn how to update including all its submodules.
169157

170-
<div class="tab-content bash" markdown="1">
171-
```bash
172-
cd avalon-setup
173-
git submodule update --recursive --remote
174-
```
175-
</div>
158+
<br>
176159

177160
#### Command-line Interface
178161

0 commit comments

Comments
 (0)