I have installed Go and if i check Go version it returns me
go version go1.20.3 darwin/amd64
Now i want to setup wails
I first enter
go install github.com/wailsapp/wails/v2/cmd/wails@latest
but when i enter
wails doctor will check if you have the correct dependencies installed. If not, it will advise on what is missing and help on how to rectify any problems.
i am getting command not found
I have also set Path by entering
echo 'export PATH=$PATH:/Users/devn/go/bin' >> ~/.bashrc
but still i am getting error wails not found