Skip to content

Commit f8f69d2

Browse files
authored
Update README.md
1 parent dffda07 commit f8f69d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ The official command line tool for [Boot.dev](https://www.boot.dev). It allows y
1212

1313
### 1. You need Go 1.22 installed
1414

15-
The Boot.dev CLI only works on Linux and Mac. If you're on Windows, you'll need to use WSL. Make sure you install go in your Linux/WSL terminal, not your Windows terminal/UI. We recommend using the [webi instructions here](https://webinstall.dev/golang/) for a quick and easy Go installation on the command line. It's as easy as running this in your terminal:
15+
The Boot.dev CLI only works on Linux and Mac. If you're on Windows, you'll need to use WSL. Make sure you install go in your Linux/WSL terminal, not your Windows terminal/UI. You can use the [webi instructions here](https://webinstall.dev/golang/) for a quick and easy Go installation on the command line. To do so, run this in your terminal:
1616

1717
```bash
1818
curl -sS https://webi.sh/golang | sh
1919
```
2020

21+
*Be sure to read the output of the command and follow any instructions. You might need to update your PATH.*
22+
2123
Alternatively, you can use the [official installation instructions](https://go.dev/doc/install).
2224

2325
Run `go version` on your command line to make sure the installation worked.

0 commit comments

Comments
 (0)