# HG changeset patch # User Alex Krolick # Date 1447026577 28800 # Node ID 011b5099594ed105bdcc5b1be2b74912b0440d79 # Parent b15dfde86b1cad06995ba4c484b2ea1ea077d2fe add octave-forge links diff -r b15dfde86b1c -r 011b5099594e get-involved.md --- a/get-involved.md Sun Nov 08 15:48:58 2015 -0800 +++ b/get-involved.md Sun Nov 08 15:49:37 2015 -0800 @@ -37,3 +37,19 @@ hg -v update The `-v` (verbose) option is not required but provides extra information about what was pulled and updated. The Octave manual has more information about contributing to Octave's development. + +### Octave Forge + +The community-developed [Octave-Forge][forge] packages expand Octave's core functionality by providing field specific features via Octave's package system. For example, image and signal processing, fuzzy logic, instrument control, and statistics packages are examples of individual Octave-Forge packages. + +#### Installing packages + +You can find the list of packages [here][forge-packages]. To install a package, use the pkg command from the Octave prompt by typing: + + pkg install -forge package_name + +where package_name is the name of the package you want to install. + + +[forge]: http://octave.sourceforge.net/ +[forge-packages]: http://octave.sourceforge.net/packages.php diff -r b15dfde86b1c -r 011b5099594e index.html --- a/index.html Sun Nov 08 15:48:58 2015 -0800 +++ b/index.html Sun Nov 08 15:49:37 2015 -0800 @@ -97,6 +97,18 @@

If you want to participate in Octave development, join the maintainers@octave.org mailing list.

+

Octave Forge

+
+
+

+ Octave Forge is a central location for development of packages for GNU Octave. To install a package, use the pkg command from the Octave prompt by typing: +

+

pkg install -forge package_name

+
+ +