Corrected current directories in install examples (running.md)
This commit is contained in:
parent
cf280f2f1f
commit
085c3f5ae4
@ -25,9 +25,9 @@ Any *one* of these commands will install:
|
|||||||
|
|
||||||
{% term %}
|
{% term %}
|
||||||
# From the build directory (pick one)
|
# From the build directory (pick one)
|
||||||
~/package $ make install
|
~/package/build $ make install
|
||||||
~/package $ cmake --build . --target install
|
~/package/build $ cmake --build . --target install
|
||||||
~/package $ cmake --install . # CMake 3.15+ only
|
~/package/build $ cmake --install . # CMake 3.15+ only
|
||||||
|
|
||||||
# From the source directory (pick one)
|
# From the source directory (pick one)
|
||||||
~/package $ cmake --build build --target install
|
~/package $ cmake --build build --target install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user