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

Documentation: Installation - Supported in almost all distros PM, page should be updated. #221

Open
avifenesh opened this issue Jan 25, 2025 · 2 comments

Comments

@avifenesh
Copy link

avifenesh commented Jan 25, 2025

Currently, it's not clear from the Documentation: Installation page which package manager of which distros (or OS) having valkey already.
At first glance, it appears that you can find dockers or binaries.
Searching a bit can lead to the page that mentions Fedora and macOS, and adds some explanation on how to install with brew. It’s not explaining how to install on fedora (yum? dnf?), and the brew explanation is not "code", but text with a bit shadow.
The options available are much more, and it would be nice to have an actual "copy and paste" code box for the different OS and distros.

For Glide DEVELOPER.md, while searching which distros are giving it OOB, I found out:
Valkey installation

# With yum (CentOS, Fedora, RHEL)
sudo yum install valkey

# With apt (Debian, Ubuntu, Mint)
sudo apt-get install valkey

# With zypper (OpenSUSE)
sudo zypper install valkey

# With pacman (Arch Linux)
sudo pacman -S valkey

# With brew (MacOS)
brew install valkey

There is also support by NixOS, but I'm not familiar with how it works there.

I could keep looking, but it appears that it isn't relevant to dig deeper.

It would be nicer to have a more starter friendly page, that can make life easier for newcomers (or old comer which are not aware that they don't need to be built from source anymore).

@avifenesh
Copy link
Author

@zuiderkwast @madolson
Please let me know if fixing the page is relevant. I'll open a PR.

@zuiderkwast
Copy link
Contributor

Yes, please open a PR. We need much help with the doc repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants