We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd797d commit 4df7d67Copy full SHA for 4df7d67
CMakeLists.txt
@@ -9,4 +9,4 @@ if(BUILD_TESTING)
9
add_subdirectory(test)
10
endif()
11
12
-install(FILES subprocess.hpp DESTINATION include/subprocess/)
+install(FILES subprocess.hpp DESTINATION include/cpp-subprocess/)
README.md
@@ -22,7 +22,7 @@ and they will be fixed as they are reported.
22
Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add
23
24
```cpp
25
-#inlcude "subprocess.hpp"
+#inlcude "cpp-subprocess/subprocess.hpp"
26
27
using namespace subprocess;
28
// OR
0 commit comments