Skip to content

Commit 2b3a47a

Browse files
adjust readme formatting
1 parent 053da2b commit 2b3a47a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -175,41 +175,41 @@ bootdev upgrade
175175
or 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

185185
If 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

193193
If that doesn't work, try a fresh install:
194194

195195
1. Locate the binary file:
196196

197-
```sh
198-
which bootdev
199-
```
197+
```sh
198+
which bootdev
199+
```
200200

201201
2. 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

207207
3. 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

213213
4. 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.

0 commit comments

Comments
 (0)