From bce9a482d7240ed6bdc41409fdc61355d43028b1 Mon Sep 17 00:00:00 2001 From: Ian Walton Date: Tue, 3 Sep 2019 14:31:06 -0400 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d4bbb3..757df8a 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,15 @@ apiUrl=https://api.github.com/repos/go-gitea/gitea/releases/latest system=linux-amd64 file=/usr/local/bin/gitea tmpDir=/tmp/ -buildFromSource=None -sourceDir=/home/git/go/src/code.gitea.io/gitea +buildFromSource= +sourceDir= logFile=update.log ```` 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.