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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ Pipfile.lock
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
update.log
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user