From a6540764d02d91bb2debccdc057ce9d5c404edb1 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 30 Sep 2021 03:47:16 -0400 Subject: [PATCH] README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec175df..5885ef9 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ currently given by "x" = "l"): Similarly, for libplist, download the source as a zipfile from github as [libplist-master.zip](https://github.com/libimobiledevice/libplist/archive/refs/heads/master.zip), then unpack ("unzip libplist-master.zip ; cd libplist-master"), build/install -("./autogen.sh ; make ; sudo make install)" and clean up after uxplay is built with "sudo make uninstall" in the same directory. +("./autogen.sh ; make ; sudo make install") and clean up after uxplay is built with "sudo make uninstall" in the same directory. ***Other ways (Brew, MacPorts) to install GStreamer on macOS (not recommended):***