# HG changeset patch # User Alex Krolick # Date 1447652973 28800 # Node ID 5ad190756412d9f7aa5a7d52e71a441e0be5b9dd # Parent f37d56cd81958456031563a642f5186c7f68e1db remove forge install instructions from contribute page diff -r f37d56cd8195 -r 5ad190756412 get-involved.md --- 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