changeset 24:5ad190756412

remove forge install instructions from contribute page
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 21:49:33 -0800
parents f37d56cd8195
children a4d9175f87dc
files get-involved.md
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/get-involved.md	Sun Nov 15 21:49:15 2015 -0800
+++ b/get-involved.md	Sun Nov 15 21:49:33 2015 -0800
@@ -42,14 +42,5 @@
 
 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