1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

docs: update README.md and .gitignore

- Add development instructions to README.md
- Add the update.log file to .gitignore
This commit is contained in:
Christoph Miksche
2019-09-08 18:49:52 +02:00
parent 480604dce3
commit fad65bc0be
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ Pipfile.lock
dist
build
*.egg-info
update.log

View File

@@ -58,6 +58,14 @@ If you want to schedule your updates, edit your /etc/crontab file.
* English: http://blog.m5e.de/gitea/update/upgrade/bash/script/2018/11/26/gitea-auto-update-script.html
* German: https://blog.wronnay.net/automatische-gitea-updates/
## Development
The following instructions help you for developing.
* Clone this git repo
* Install pipenv: `pip install pipenv`
* Install all dependencies: `pipenv install`
## Contributors
- [@Eideen](https://github.com/Eideen)