mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
feat: Update README with working configuration.
The current configuration in the README does not install the update from the binary. It also instructs the user to use pip instead of pip3, which is the command to install using the script for python2 on most systems.
This commit is contained in:
@@ -38,15 +38,15 @@ apiUrl=https://api.github.com/repos/go-gitea/gitea/releases/latest
|
|||||||
system=linux-amd64
|
system=linux-amd64
|
||||||
file=/usr/local/bin/gitea
|
file=/usr/local/bin/gitea
|
||||||
tmpDir=/tmp/
|
tmpDir=/tmp/
|
||||||
buildFromSource=None
|
buildFromSource=
|
||||||
sourceDir=/home/git/go/src/code.gitea.io/gitea
|
sourceDir=
|
||||||
logFile=update.log
|
logFile=update.log
|
||||||
````
|
````
|
||||||
|
|
||||||
Use the following command to install gitea-auto-update.
|
Use the following command to install gitea-auto-update.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo pip install gitea-auto-update
|
sudo pip3 install gitea-auto-update
|
||||||
```
|
```
|
||||||
|
|
||||||
Enter the command `gite-auto-update --settings=/path/to/settings.ini` in your commandline.
|
Enter the command `gite-auto-update --settings=/path/to/settings.ini` in your commandline.
|
||||||
|
|||||||
Reference in New Issue
Block a user