diff --git a/README.md b/README.md index 8229529..88904ca 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ From the directory that contains this repository, create a new project with: django-admin startproject myproject --template=djangotemplate/django_template ``` +``` +django-admin startproject myproject \ + --template=https://gitea.ta1sph.info/suphicakir/django-template-v2/archive/main.zip +``` For this repository's virtual environment, use: ```bash