This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new da4f174 Add the conda-forge kvrocks package (#262)
da4f174 is described below
commit da4f174b0dbf3f5c8b42ec68f13c53995f20eff2
Author: Twice <[email protected]>
AuthorDate: Wed Dec 18 14:40:31 2024 +0800
Add the conda-forge kvrocks package (#262)
---
download/third-party-packages.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/download/third-party-packages.md b/download/third-party-packages.md
index 12b188a..20d849d 100644
--- a/download/third-party-packages.md
+++ b/download/third-party-packages.md
@@ -20,3 +20,9 @@ is maintained by
[@PragmaTwice](https://github.com/pragmatwice).
Note that, like other AUR packages, the package does not contain binary files
itself,
since all binaries will be built by
[makepkg](https://wiki.archlinux.org/title/makepkg) from the package scripts.
+
+### Conda Forge
+
+A [kvrocks](https://anaconda.org/conda-forge/kvrocks) package is maintained in
the [conda-forge](https://conda-forge.org/), which can be installed within one
command like `conda install conda-forge::kvrocks`, via
[conda](https://github.com/conda/conda) or
[mamba](https://github.com/mamba-org/mamba).
+
+You can check its source code
[here](https://github.com/conda-forge/kvrocks-feedstock).