diff --git a/doc/lib.rst b/doc/lib.rst index 154c493a35..e87cc77cc2 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 `_ for hints on distributing Nim using OS packages. * `dynlib `_ This module implements the ability to access symbols from shared libraries. diff --git a/doc/packaging.rst b/doc/packaging.rst index efbffeba56..ecde73f61a 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 `_ for tools to detect Linux distribution at runtime. Supported architectures -----------------------