asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app
MIT License
404 stars 83 forks source link

astilectron-bundler: command not found #7

Closed khigor777 closed 6 years ago

khigor777 commented 7 years ago

I have tryed run astilectron-bundler, but got error on step 3. astilectron-bundler: command not found $ cd $GOPATH/src/github.com/asticode/go-astilectron-demo $ astilectron-bundler -v My OS: Linux LM 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Any help?

asticode commented 7 years ago

Is $GOPATH/bin in your $PATH ? Can you check there's a astilectron-bundler in $GOPATH/bin?

khigor777 commented 6 years ago

Thank's a lot. It's fix my problem.