diff --git a/README.md b/README.md index e60cea0..c5d8587 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Zoom, see below). 6. `sudo make install` _Note that older cmake does not require the final "`.`" to specify the current directory as the source directory, -but newer cmake requires it. If you intend to modify the code, use a separate "build" directory: replace "cmake [ ] ." by "mkdir build ; cd build ; cmake [ ] .."; you can then restore the clean source with "rm -rf build"._ +but newer cmake requires it. If you intend to modify the code, use a separate "build" directory: replace "cmake [ ] ." by "mkdir build ; cd build ; cmake [ ] .."; you can then get back to the clean source (with any changes you made) with "cd .. ; rm -rf build"._ The above script installs the executable file "`uxplay`" to `/usr/local/bin`. It can also be found in the build directory after the build