superfile icon indicating copy to clipboard operation
superfile copied to clipboard

Linux install documentation is incorrect

Open CouldBeThis opened this issue 1 year ago • 4 comments

https://github.com/MHNightCat/superfile/blob/main/README.md:

You can go to the latest release and download the binary file. Once it is downloaded please excrate the file after that enter the following in your terminal:

cd ~/Download
chmod +x ./spf
sudo mv ./spf /bin/

The extracted files are different than described:

tar xvf superfile-linux-v1.1.2-amd64.tar.gz
./dist/superfile-linux-v1.1.2-amd64/
./dist/superfile-linux-v1.1.2-amd64/spf

CouldBeThis avatar May 10 '24 16:05 CouldBeThis

Thanks for the report, fixed it at https://github.com/MHNightCat/superfile/commit/1c9dac3ce13e5564025bbe68f0faf6c5592e2edf

yorukot avatar May 10 '24 18:05 yorukot

Made an installation script for installing from pre-built binaries. And also update readme. https://github.com/MHNightCat/superfile/commit/d9385bacfd31f723836c664bb187d6ada553fe8d

yorukot avatar May 10 '24 19:05 yorukot

Whew cool I'm going to try it!

In the binaries release page (tag/v1.1.2)

  • "Click me to know how to install" points to #install
  • correct link is now #installation

On the actual readme, should keep the word "linux" in your header so that the new instructions can easily be found.

And if this will work for updating, add that in.

CouldBeThis avatar May 11 '24 09:05 CouldBeThis

🙏🏻 @yorukot can it be put on top of readme.md for [linux | windows | osx] installation bash -c "$(wget -qO- https://raw.githubusercontent.com/yorukot/superfile/main/install.sh)"

1kaiser avatar May 25 '24 09:05 1kaiser

@1kaiser I updated it!But I don't want to put it at the top of the readme. https://github.com/yorukot/superfile?tab=readme-ov-file#installation

yorukot avatar May 26 '24 08:05 yorukot