diff --git a/README.md b/README.md index 8739a382..69fc1941 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ sudo apt-get install libqt5websockets5-dev git clone --recursive https://github.com/Palakis/obs-websocket.git cd obs-websocket mkdir build && cd build -cmake -DLIBOBS_INCLUDE_DIR="" .. -make -sudo cp obs-websocket.so /usr/lib/obs-plugins -sudo cp -r ../data /usr/share/obs/obs-plugins/obs-websocket +cmake -DLIBOBS_INCLUDE_DIR="" -DCMAKE_INSTALL_PREFIX=/usr .. +make -j4 +sudo make install ``` ### OS X