aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 03:01:21 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-13 03:01:21 -0300
commit3020d5c564bb98188b8f2d9d94a93f1b033cc4fe (patch)
tree0667fd40a0829b534b190a4ff5a7b4ae87ae4d2e /docs/quickstart.rst
parentfixed tests (diff)
downloadg-octave-3020d5c564bb98188b8f2d9d94a93f1b033cc4fe.tar.gz
g-octave-3020d5c564bb98188b8f2d9d94a93f1b033cc4fe.tar.bz2
g-octave-3020d5c564bb98188b8f2d9d94a93f1b033cc4fe.zip
started updating the documentation
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
new file mode 100644
index 0000000..1ed5c45
--- /dev/null
+++ b/docs/quickstart.rst
@@ -0,0 +1,41 @@
+Quick Start
+===========
+
+This is a svery small set of instructions for the users that just want
+to install a package, and don't care about things like which package manager
+g-octave will use or where g-octave will store your files.
+
+
+Installing g-Octave
+-------------------
+
+With layman installed, install the science overlay::
+
+ # layman -a science
+
+Install g-octave::
+
+ # emerge -av g-octave
+
+Install g-octave's package database::
+
+ # emerge --config g-octave
+
+
+Installing the package
+----------------------
+
+If you don't care about configurations, the default values are good enough
+for you, then just type::
+
+ # g-octave -av packagename
+
+
+Just a line!
+------------
+
+If you're really lazy, you can just type::
+
+ # layman -a science && emerge g-octave && emerge --config g-octave && g-octave packagename
+
+If all is ok, your package should be installed now!