Skip to content

Commit 438e9da

Browse files
add alt text to readme image
1 parent 3e6f181 commit 438e9da

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p align="center">
2-
<img src="https://storage.googleapis.com/qvault-webapp-dynamic-assets/course_assets/wvnt9yl-800x370.png" style="width:500px;" />
2+
<img
3+
src="https://storage.googleapis.com/qvault-webapp-dynamic-assets/course_assets/wvnt9yl-800x370.png"
4+
alt="Boot.dev logo"
5+
style="width: 500px"
6+
/>
37
</p>
48

59
# Boot.dev CLI
@@ -180,15 +184,15 @@ go install github.com/bootdotdev/bootdev@v1.XX.X
180184

181185
### Troubleshooting Upgrading
182186

183-
**1. Bypass the proxy**
187+
#### Bypass the proxy
184188

185189
If you keep getting the same upgrade message, you may be pulling from an old cache.
186190

187191
```sh
188192
GOPROXY=direct go install github.com/bootdotdev/bootdev@v1.XX.X
189193
```
190194

191-
**2. Reinstall**
195+
#### Reinstall
192196

193197
If that doesn't work, try a fresh install:
194198

0 commit comments

Comments
 (0)