Skip to content

Commit

Permalink
Updated latest version from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Changed 2 0.11's to 0.12 in the documentation for the new version.
  • Loading branch information
taburineagle authored Jun 18, 2022
1 parent 99f9241 commit ee41152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/
wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12.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.11 /opt/NeewerLite-Python
sudo mv /opt/NeewerLite-Python-0.12 /opt/NeewerLite-Python
```

5. Change the ownership of the files in the folder to the executing user.
Expand Down

0 comments on commit ee41152

Please sign in to comment.