Linux install documentation is incorrect
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
Thanks for the report, fixed it at https://github.com/MHNightCat/superfile/commit/1c9dac3ce13e5564025bbe68f0faf6c5592e2edf
Made an installation script for installing from pre-built binaries. And also update readme. https://github.com/MHNightCat/superfile/commit/d9385bacfd31f723836c664bb187d6ada553fe8d
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.
🙏🏻 @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 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