[GRASS-SVN] r72792 - grass/trunk/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 9 17:40:48 PDT 2018
Author: wenzeslaus
Date: 2018-06-09 17:40:48 -0700 (Sat, 09 Jun 2018)
New Revision: 72792
Modified:
grass/trunk/scripts/g.extension/g.extension.html
Log:
g.extension: example to download specific version from GRASS Addons (closes #2896)
Modified: grass/trunk/scripts/g.extension/g.extension.html
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.html 2018-06-09 21:20:40 UTC (rev 72791)
+++ grass/trunk/scripts/g.extension/g.extension.html 2018-06-10 00:40:48 UTC (rev 72792)
@@ -202,6 +202,17 @@
Note that because of MS-Windows operating system architecture,
only official repository is supported on this platform.
+<h3>Install a specific version from Addons</h3>
+
+To install a specific version from GRASS GIS Addons, specify the full
+URL pointing to Trac code browser and include Subversion revision
+number. For example, this installs the version number 57854 of
+r.local.relief module:
+
+<div class="code"><pre>
+g.extension r.local.relief url="https://trac.osgeo.org/grass/browser/grass-addons/grass7/raster/r.local.relief?rev=57854&format=zip"
+</pre></div>
+
<h3>Installing when writing a module locally</h3>
Having source code of a GRASS module in a directory on disk
More information about the grass-commit
mailing list