File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -149,30 +149,13 @@ git clone https://github.com/getavalon/setup avalon-setup --recursive
149
149
```
150
150
</div >
151
151
152
- Then we need to make sure we pull in the latest updates:
152
+ !!! hint "Updating Avalon"
153
153
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.
162
155
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.
169
157
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 >
176
159
177
160
#### Command-line Interface
178
161
You can’t perform that action at this time.
0 commit comments