diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-01-28 00:53:40 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-01-28 00:53:40 +0100 |
commit | a37573513bd91452316beaab8807edf298c2bc73 (patch) | |
tree | 912325b1d0327ecf6bdb192d476fb388c160d329 /INSTALL | |
parent | 4069c5e4acef86facec49ff50da588705a93a649 (diff) | |
download | biboumi-a37573513bd91452316beaab8807edf298c2bc73.tar.gz biboumi-a37573513bd91452316beaab8807edf298c2bc73.tar.bz2 biboumi-a37573513bd91452316beaab8807edf298c2bc73.tar.xz biboumi-a37573513bd91452316beaab8807edf298c2bc73.zip |
Add a tl;dr section in the INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ ============== + tl;dr: +============== + +$ cmake . && make && ./biboumi + +If that didn’t work, read on. + +============== Dependencies ============== |