aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/softwaresite/doc/install.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/softwaresite/doc/install.mdwn')
-rw-r--r--doc/examples/softwaresite/doc/install.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/softwaresite/doc/install.mdwn b/doc/examples/softwaresite/doc/install.mdwn
new file mode 100644
index 000000000..1e877a45a
--- /dev/null
+++ b/doc/examples/softwaresite/doc/install.mdwn
@@ -0,0 +1,10 @@
+Installing FooBar is pretty straightforward:
+
+ tar xzvf foobar.tar.gz
+ cd foobar
+ ./configure
+ make
+ make install
+
+Note that you'll need `libfrobnicate` installed first. You might also want to
+edit `config.h`.