diff --git a/CITATION.cff b/CITATION.cff
index 06e294402e6ddd7a2b559e2840cdbb53eaf518e1..e1e24f2a74b73feff28f71d73251d1646e32a333 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -63,6 +63,7 @@ authors:
   given-names: "Alex"
 - family-names: "Bokota"
   given-names: "Grzegorz"
+  orcid: 'https://orcid.org/0000-0002-5470-1676'
 
 title: "PyOpenCL"
 version: 2022.1.3
diff --git a/doc/misc.rst b/doc/misc.rst
index 74d80681569783b74d677561f39187e08898e4aa..ff71ae7a4b077d9c21b8e46e0e68e4277ed28f5e 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -133,18 +133,22 @@ and it is packaged so that the OpenCL drivers that are registered in the OS
 using registry keys are automatically available.
 
 
-Installing from PyPI with Linux wheels
---------------------------------------
+Installing from PyPI wheels
+---------------------------
+
+PyOpenCL distributes wheels for most popular OSs and Python versions.
+To check available versions please visit `PyPI page for PyOpenCL <https://pypi.org/project/pyopencl/>`__.
+
 
-PyOpenCL distributes ``manylinux1`` wheels in PyPI. These wheels are compatible with
-GLIBC>=2.5 based distributions.
+On Linux, the wheels come with `OCL-ICD <https://github.com/OCL-dev/ocl-icd>`__ bundled and
+configured to use any OpenCL implementation supporting the ICD interface and listed
+in :file:`/etc/OpenCL/vendors`.
+Wheels for Windows and MacOS are built using the ICD Loader from the Khronos Group.
 
-On Linux, type::
+To install, type::
 
     pip install pyopencl
 
-The wheels comes with OCL-ICD bundled and configured to use any OpenCL implementation
-supporting ICD interface installed in :file:`/etc/OpenCL/vendors`
 
 You can also install the following CPU based OpenCL implementation using pip shipped as binary
 wheels. Note that pyopencl has to be installed using a wheel for pyopencl to recognize these