diff --git a/CMakeLists.txt b/CMakeLists.txt index ac58be0..7ba93fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,4 @@ if(BUILD_TESTING) add_subdirectory(test) endif() -install(FILES subprocess.hpp DESTINATION include/subprocess/) +install(FILES subprocess.hpp DESTINATION include/cpp-subprocess/) diff --git a/README.md b/README.md index 206e7b0..a27e68c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ and they will be fixed as they are reported. Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add ```cpp -#inlcude "subprocess.hpp" +#inlcude "cpp-subprocess/subprocess.hpp" using namespace subprocess; // OR