From 302d135c94f6eba8757a3f7bd2e7855643709780 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Sun, 7 Jun 2020 10:55:41 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0820ed..b2c077d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you run the program again it only downloads files that have changed since the ## Installation -- create an instance of +- create an instance of a mysql database - `git clone https://github.com/tiyn/studip-crawler` - `cd studip-crawler/src/` - `pip3install -r requirements` - install dependencies From edbda181806b12d40bfca8636ffb31ff7c07c7fa Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Tue, 9 Jun 2020 15:00:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2c077d..01eec09 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ If you run the program again it only downloads files that have changed since the - [ ] Logging - [x] Console log - [ ] Log file +- [ ] Docker + - DockerHub image + - Docker-compose with db ## Installation