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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@ __pycache__
|
|||||||
Pipfile.lock
|
Pipfile.lock
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
*.egg-info
|
*.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
|
* 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/
|
* 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
|
## Contributors
|
||||||
|
|
||||||
- [@Eideen](https://github.com/Eideen)
|
- [@Eideen](https://github.com/Eideen)
|
||||||
|
|||||||
Reference in New Issue
Block a user