Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone authored Apr 15, 2024
1 parent edd4ae8 commit 11d7441
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 @@ -76,8 +76,8 @@ mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/installation/path/ ..
make && make install
```
By the default, if no prefix is given, the program will
be installed in the /usr/local folder. If you want (or need) to use a
By default, if no prefix is given, the program will
be installed in the `/usr/local` folder. If you want (or need) to use a
different path, remember to export the APFEL++ `/lib` and `/bin` folders into the
`$LD_LIBRARY_PATH` and `$PATH`, respectively. More configuration options can be accessed by typing:

Expand Down

0 comments on commit 11d7441

Please sign in to comment.