Skip to content

Commit 53c7217

Browse files
committed
Always update on install, and add tip towards Update at bottom of page
1 parent 9a0e5c5 commit 53c7217

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pages/2.0/guides.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,22 @@ At this point we are ready to download Avalon, distributed as a single directory
140140
<div class="tab-content cmd" markdown="1">
141141
```bat
142142
git clone https://github.com/getavalon/setup avalon-setup --recursive
143+
cd avalon-setup
144+
git submodule update --recursive --remote
143145
```
144146
</div>
145147

146148
<div class="tab-content bash" markdown="1">
147149
```bash
148150
git clone https://github.com/getavalon/setup avalon-setup --recursive
151+
cd avalon-setup
152+
git submodule update --recursive --remote
149153
```
150154
</div>
151155

152156
!!! hint "Updating Avalon"
153157

154-
Downloading `avalon-setup` like above does not automatically pull in the latest versions.
155-
156-
See [Update](#update) to learn how to update including all its submodules.
158+
See [Update](#update) to learn how to update including all its submodules at a later date.
157159

158160
<br>
159161

0 commit comments

Comments
 (0)