reallymine
reallymine copied to clipboard
Simple install Instructions
trafficstars
I made sure to apt-get install go before realizing these are the simple steps necessary
wget https://github.com/andlabs/reallymine/releases/download/release2/reallymine-linux-amd64
mv reallymine-linux-amd64 reallymine
chmod +x reallymine
./reallymine [options] command [args...]
Thanks! Tried setting up go and all without ever using it before and it was a nightmare, this worked flawlessly!
That "./" is really important!
I didn't realize that Linux required the full path to the executable file even if your terminal is looking at the folder the file is in.