diff --git a/README.md b/README.md index cf80d90..ee47a01 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Simply run the program using: build/bin/proxy ## Windows Notes -Project was built under the CMake directives using Visual Studio 2022 +Project was built under the CMake directives using Visual Studio 2022 using: + + Build > Build All No errors occurred and project was built successfully @@ -27,3 +29,5 @@ web_server.cpp is included so CMake does not break proxy.cpp and network.hpp are all that are needed (one .cpp and one .h file) CMake compiles into the "out" folder using Visual Studio 2022 + + Ex: {Project_Root}\out\build\x64-Debug\bin\proxy.exe \ No newline at end of file