Error is displayed
superdeen opened this issue · 2 comments
superdeen commented
Nice tool! Unfortunately it always return this error:
stat second-order.go: no such file or directory.
What am I doing wrongly?
superdeen commented
Note I also tried moving the tool to /bin, yet it did not work
mhmdiaa commented
Hi there,
You need to be in the folder where you cloned the repository to use the command go run second-order.go
(the file second-order.go
needs to be in your current working directory). If you moved the compiled binary (not the source code file) into /bin
, you should be able to run it using just second-order
as it will be in your $PATH
environment variable.
Feel free to open a new issue if you run into any problems.