Description
When attempting to run wails setup or wails init no sym links were created
To Reproduce
Steps to reproduce the behavior:
Command 'wails' not found, did you mean:
command 'rails' from deb ruby-railties (2:5.2.2+dfsg-6ubuntu1)
Try: sudo apt install
Flags:
-help
Get help on the 'wails' command.
Expected behaviour
wails setup and wails init behaving like the windows one does after following the instructions
System Details
OS: Ubuntu 18.04(also tested popos 18.04 and 19.04)
go version go1.11.5 linux/amd64
Thanks for this. The only way I could replicate this is when ~/go/bin isn't in my $PATH. Can you confirm what's in ~/go/bin?
Just noticed that wails init isn't working as expected on Linux as a follow on to this. Checking it out now.
Just pushed a bug fix that reports if any missing prerequisites aren't found (they weren't being logged). Tested a full run from install to build on Linux. Feel free to pull branch v0.13.0-pre and give it a spin. Instructions for testing branches has been added to the pinned issue Beta Testing. Look forward to your feedback!

@intelwalk Based on your docs PR, I'm guessing this can be closed?
Most helpful comment
Thanks for this. The only way I could replicate this is when
~/go/binisn't in my $PATH. Can you confirm what's in~/go/bin?