Browse Source

README: Put the cmake call on its own line

pull/53/head
Daniel Scharrer 10 years ago
parent
commit
e4f9acb908
  1. 3
      README.md

3
README.md

@ -31,7 +31,8 @@ See the Website for [operating system-specific instructions](http://constexpr.or
To compile innoextract, run:
$ mkdir -p build && cd build && cmake ..
$ mkdir -p build && cd build
$ cmake ..
$ make
To install the binaries system-wide, run as root:

Loading…
Cancel
Save