File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,41 +175,41 @@ bootdev upgrade
175175or use ` go install ` with the [ latest tagged version] ( https://github.com/bootdotdev/bootdev/tags ) :
176176
177177``` sh
178- go install github.com/bootdotdev/bootdev@v1.28.0
178+ go install github.com/bootdotdev/bootdev@v1.XX.X
179179```
180180
181181### Troubleshooting Upgrading
182182
183- ** 1. Bypass the proxy: **
183+ ** 1. Bypass the proxy**
184184
185185If you keep getting the same upgrade message, you may be pulling from an old cache.
186186
187187``` sh
188- GOPROXY=direct go install github.com/bootdotdev/bootdev@v1.28.0
188+ GOPROXY=direct go install github.com/bootdotdev/bootdev@v1.XX.X
189189```
190190
191- ** 2. Re-Install **
191+ ** 2. Reinstall **
192192
193193If that doesn't work, try a fresh install:
194194
1951951 . Locate the binary file:
196196
197- ``` sh
198- which bootdev
199- ```
197+ ``` sh
198+ which bootdev
199+ ```
200200
2012012 . Carefully remove the binary file after confirming the path is correct:
202202
203- ``` sh
204- rm " $( which bootdev) "
205- ```
203+ ``` sh
204+ rm " $( which bootdev) "
205+ ```
206206
2072073 . Confirm the binary is gone. It could be installed in multiple locations.
208208
209- ``` sh
210- which bootdev
211- ```
209+ ``` sh
210+ which bootdev
211+ ```
212212
2132134 . Clean install
214214
215- Repeat the steps you used to install the CLI. See [ Installation] ( #installation ) . Then login again.
215+ Repeat the steps you used to install the CLI. See [ Installation] ( #installation ) . Then login again.
You can’t perform that action at this time.
0 commit comments