Skip to content

Commit

Permalink
Update readme for 'Error under wsl when ' is included in the bin'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Jul 11, 2022
1 parent 6f18a44 commit 39482e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
export PATH=$PATH:$(go env GOPATH)/bin <---- Confirm this line in you profile!!!
```

### Error under wsl when ' is included in the bin

Should use `\` to escape the `' in the bin. related issue: [#305](https://github.com/cosmtrek/air/issues/305)


## Development

Please note that it requires Go 1.16+ since I use `go mod` to manage dependencies.
Expand Down

0 comments on commit 39482e0

Please sign in to comment.