From e4463c874102969cefde3b8217136a0acee9e931 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 18 Sep 2021 16:32:21 -0400 Subject: [PATCH] README.md improvements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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