Skip to content

Commit 7f3a6c0

Browse files
authored
add fish to readme (#181)
1 parent 438e9da commit 7f3a6c0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ After installing Golang, _open a new shell session_ and run `go version` to make
7272
source ~/.zshrc
7373
```
7474

75+
```sh
76+
# For fish
77+
fish_add_path $HOME/.local/opt/go/bin
78+
```
79+
7580
### 2. Install the Boot.dev CLI
7681

7782
The following command will download, build, and install the `bootdev` command into your Go toolchain's `bin` directory. Go ahead and run it:
@@ -100,6 +105,11 @@ echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.zshrc
100105
source ~/.zshrc
101106
```
102107

108+
```sh
109+
# For fish
110+
fish_add_path $HOME/go/bin
111+
```
112+
103113
### 3. Login to the CLI
104114

105115
Run `bootdev login` to authenticate with your Boot.dev account. After authenticating, you're ready to go!

0 commit comments

Comments
 (0)