Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux install documentation is incorrect #110

Open
CouldBeThis opened this issue May 10, 2024 · 5 comments
Open

Linux install documentation is incorrect #110

CouldBeThis opened this issue May 10, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@CouldBeThis
Copy link

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 CouldBeThis added the bug Something isn't working label May 10, 2024
@yorukot
Copy link
Owner

yorukot commented May 10, 2024

Thanks for the report, fixed it at 1c9dac3

@yorukot
Copy link
Owner

yorukot commented May 10, 2024

Made an installation script for installing from pre-built binaries.
And also update readme.
d9385ba

@CouldBeThis
Copy link
Author

CouldBeThis commented May 11, 2024

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.

@1kaiser
Copy link

1kaiser commented May 25, 2024

🙏🏻 @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)"

@yorukot
Copy link
Owner

yorukot commented May 26, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants