Skip to content

Commit 8222159

Browse files
committed
Fix CAPI library installation path in manual
1 parent 125af0f commit 8222159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you want to build the CAPI from its sources instead, you first need to
7575
3. Now install `pineappl_capi`, PineAPPL's C API:
7676

7777
cd pineappl_capi
78-
cargo cinstall --release --prefix=${prefix} --libdir=lib
78+
cargo cinstall --release --prefix=${prefix} --libdir=${prefix}/lib
7979
cd ..
8080

8181
where `${prefix}` points to the desired installation directory.

0 commit comments

Comments
 (0)