diff --git a/README.rst b/README.rst
index 06090f5..d6a848a 100644
--- a/README.rst
+++ b/README.rst
@@ -11,6 +11,10 @@ A data science toolkit for the `H3 geospatial grid `_.
:alt: ReadTheDocs
:target: https://h3ronpy.readthedocs.io/
+.. image:: https://img.shields.io/conda/vn/conda-forge/h3ronpy.svg
+ :alt: conda-forge
+ :target: https://prefix.dev/channels/conda-forge/packages/h3ronpy
+
This library is not a substitute for the official `python h3 library `_ - instead it provides more
high-level functions on top of H3 and integrations into common dataframe libraries.
diff --git a/h3ronpy/docs/source/installation.rst b/h3ronpy/docs/source/installation.rst
index 31d62b0..3867a49 100644
--- a/h3ronpy/docs/source/installation.rst
+++ b/h3ronpy/docs/source/installation.rst
@@ -15,6 +15,12 @@ From PyPi
pip install h3ronpy
+From conda-forge
+----------------
+
+See `h3ronpy-feedstock `_.
+
+
From source
-----------