You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: