diff --git a/.gitignore b/.gitignore index 409f080..3629ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ *.pyc node_modules +settings.py diff --git a/README.md b/README.md index 1b6e363..40dfade 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ The boilerplate uses the python framework flask to run the webinterface and to g # Installation -First [download](gitlaburl) it on gitlab. +First [download](https://gitlab.constantvzw.org/anais_berck/pagedjs-flask-boilerplate/-/archive/main/pagedjs-flask-boilerplate-main.zip) it on gitlab. Or clone the repository: -`git clone ` +`git clone git@gitlab.constantvzw.org:anais_berck/pagedjs-flask-boilerplate.git` This boilerplate uses Python 3 and the framework [Flask](https://palletsprojects.com/p/flask/).