diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-07-21 11:24:00 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-07-21 11:24:00 +0300 |
commit | 1c621db4b5b0d78ae6b2f79c71122c6cca2a0815 (patch) | |
tree | a292444cdd0303afe1db7c4bfda1a5b61b72ad12 | |
parent | 598a03684324eeac37e51f7606f8a27e1e9603e6 (diff) | |
download | ire-1c621db4b5b0d78ae6b2f79c71122c6cca2a0815.tar.gz |
Update installation instructions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Installation $ git clone https://github.com/ip1981/ire.git $ cd ire + $ cabal install --dependencies-only $ cabal install --ghc-options="-optl=-Wl,-rpath,$darknet/lib" --extra-include-dirs "$darknet/include" --extra-lib-dirs "$darknet/lib" |