Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkilbinger committed Dec 20, 2018
1 parent 9d2aefd commit 7782051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ git clone https://github.com/CosmoStat/nicaea
```

A new directory `nicaea` is created automatically. Create a build directory, and configure the code as follows.
You can specify the installation path with the option to cmake `-DCMAKE_INSTALL_PREFIX=PATH`.
You can specify the installation path with the option to cmake `-DCMAKE_INSTALL_PREFIX=<PATH>`.

```bash
cd nicaea
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=PATH
cmake .. -DCMAKE_INSTALL_PREFIX=<PATH>
```

On success, compile install the code:
Expand Down

0 comments on commit 7782051

Please sign in to comment.