* Add softwaresite example.
[ikiwiki] / doc / examples / softwaresite / doc / install.mdwn
1 Installing FooBar is pretty straightforward:
2
3         tar xzvf foobar.tar.gz
4         cd foobar
5         ./configure
6         make
7         make install
8
9 Note that you'll need `libfrobnicate` installed first. You might also want to
10 edit `config.h`.