diff options
-rw-r--r-- | doc/lib.rst | 1 | ||||
-rw-r--r-- | doc/packaging.rst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 154c493a3..e87cc77cc 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -208,6 +208,7 @@ Generic Operating System Services Its primary purpose is to produce output for Nimble packages, but it also contains the widely used **Distribution** enum that is useful for writing platform specific code. + See `packaging <packaging.html>`_ for hints on distributing Nim using OS packages. * `dynlib <dynlib.html>`_ This module implements the ability to access symbols from shared libraries. diff --git a/doc/packaging.rst b/doc/packaging.rst index efbffeba5..ecde73f61 100644 --- a/doc/packaging.rst +++ b/doc/packaging.rst @@ -2,6 +2,9 @@ Packaging Nim ============= +This page provide hints on distributing Nim using OS packages. + +See `distros <distros.html>`_ for tools to detect Linux distribution at runtime. Supported architectures ----------------------- |