diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nims.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/nims.rst b/doc/nims.rst index 12d86a905..967dd4149 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -19,6 +19,7 @@ following modules are available: * `strutils <strutils.html>`_ * `ospaths <ospaths.html>`_ * `math <math.html>`_ +* `distros <distros.html>`_ The `system <system.html>`_ module in NimScript mode additionally supports these operations: `nimscript <nimscript.html>`_. @@ -72,6 +73,10 @@ done: setCommand "nop" +Look at the module `distros <distros.html>`_ for some support of the +OS's native package managers. + + Nimble integration ================== |