diff --git a/README.md b/README.md index 854b54b..a2c0135 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ ``` bash git clone https://github.com/gr4yj3d1/toolshed.git ``` + or + ``` bash git clone https://git.neulandlabor.de/j3d1/toolshed.git ``` @@ -20,7 +22,9 @@ pip install -r requirements.txt python configure.py python manage.py runserver 0.0.0.0:8000 --insecure ``` -to run this in properly in production, you need to configure a webserver to serve the static files and proxy the requests to the backend, then run the backend with just `python manage.py runserver` without the `--insecure` flag. + +to run this in properly in production, you need to configure a webserver to serve the static files and proxy the +requests to the backend, then run the backend with just `python manage.py runserver` without the `--insecure` flag. ### Frontend @@ -37,8 +41,6 @@ cd toolshed/docs mkdocs serve ``` - - ## CLI Client ### Requirements