From 39482e0b7696ea60605195d1e2d469478c387588 Mon Sep 17 00:00:00 2001 From: xiantang Date: Mon, 11 Jul 2022 14:08:44 +0800 Subject: [PATCH] Update readme for 'Error under wsl when ' is included in the bin' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2513ba1d..3e6ec340 100644 --- a/README.md +++ b/README.md @@ -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.