Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wagslane authored Sep 6, 2024
1 parent dffda07 commit f8f69d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ The official command line tool for [Boot.dev](https://www.boot.dev). It allows y

### 1. You need Go 1.22 installed

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:
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:

```bash
curl -sS https://webi.sh/golang | sh
```

*Be sure to read the output of the command and follow any instructions. You might need to update your PATH.*

Alternatively, you can use the [official installation instructions](https://go.dev/doc/install).

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

0 comments on commit f8f69d2

Please sign in to comment.