From fad65bc0becbba9a565a74c36d25d15e7e7d9c3e Mon Sep 17 00:00:00 2001 From: Christoph Miksche Date: Sun, 8 Sep 2019 18:49:52 +0200 Subject: [PATCH] docs: update README.md and .gitignore - Add development instructions to README.md - Add the update.log file to .gitignore --- .gitignore | 3 ++- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed562d4..1a84115 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ Pipfile.lock dist build -*.egg-info \ No newline at end of file +*.egg-info +update.log \ No newline at end of file diff --git a/README.md b/README.md index f14b402..c45de94 100644 --- a/README.md +++ b/README.md @@ -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)