Skip to content

Commit ee41152

Browse files
authored
Updated latest version from 0.11 to 0.12
Changed 2 0.11's to 0.12 in the documentation for the new version.
1 parent 99f9241 commit ee41152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/systemd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ In order to enable the application as a service on a Linux systemd enabled syste
2121
3. Download the latest release of NeewerLite-Python and export it the folder `/opt/NeewerLite-Python/` .
2222

2323
```bash
24-
wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.11.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/
24+
wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12.zip -O ~/NeewerLite-Python.zip && sudo unzip ~/NeewerLite-Python.zip -d /opt/
2525
```
2626

2727
4. Rename the folder that was created to `NeewerLite-Python`.
2828

2929
```bash
30-
sudo mv /opt/NeewerLite-Python-0.11 /opt/NeewerLite-Python
30+
sudo mv /opt/NeewerLite-Python-0.12 /opt/NeewerLite-Python
3131
```
3232

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

0 commit comments

Comments
 (0)