From b557c6298a20ab3ffe0c5f3c85cc7c92f5b8be30 Mon Sep 17 00:00:00 2001 From: Zach Glenwright Date: Sun, 8 Jan 2023 13:29:16 -0500 Subject: [PATCH] Tweak version number Changed version number from 0.12b => 0.12c --- docs/systemd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/systemd/README.md b/docs/systemd/README.md index 34d3a52..ec9aa62 100644 --- a/docs/systemd/README.md +++ b/docs/systemd/README.md @@ -21,13 +21,13 @@ In order to enable the application as a service on a Linux systemd enabled syste 3. Download the latest release of NeewerLite-Python and export it the folder `/opt/NeewerLite-Python/` . ```bash - wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12b.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/ + wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12c.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/ ``` 4. Rename the folder that was created to `NeewerLite-Python`. ```bash - sudo mv /opt/NeewerLite-Python-0.12b /opt/NeewerLite-Python + sudo mv /opt/NeewerLite-Python-0.12c /opt/NeewerLite-Python ``` 5. Change the ownership of the files in the folder to the executing user.