reallymine icon indicating copy to clipboard operation
reallymine copied to clipboard

Simple install Instructions

Open ChobPT opened this issue 1 year ago • 2 comments
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...]

ChobPT avatar Sep 21 '24 00:09 ChobPT

Thanks! Tried setting up go and all without ever using it before and it was a nightmare, this worked flawlessly!

EpicLPer avatar Jan 28 '25 21:01 EpicLPer

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.

Swarfmaker avatar Aug 20 '25 20:08 Swarfmaker