sarkarology
Results
3
comments of
sarkarology
Facing the same problem!
facing the same problem. Go's bin already in the PATH, but air not in go/bin directory after `go install github.com/cosmtrek/air@latest`
Found the solution. With the command `go install github.com/cosmtrek/air@latest`, the binary is getting installed in the home folder: `~/go/bin`. Then simply adding the alias: `alias air='~/go/bin/air'` in the `~/.profile` and...