From c16fddf9b41ced2061a505362aa1a79a0da5325c Mon Sep 17 00:00:00 2001 From: tiradoe Date: Mon, 31 Mar 2025 02:06:37 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60f6289..c1a5363 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Dependencies How to use = 1. Clone the project and enter the project directory - 1. `git clone https://edbuildsthings.com/tiradoe/django-docker-template.git your_project_name` - 2. `cd django-docker-template` + 1. `git clone https://edbuildsthings.com/tiradoe/django-docker-template.git YOUR_PROJECT_NAME` + 2. `cd YOUR_PROJECT_NAME` 2. Run the setup script 1. `./firstRun.sh` and enter information when prompted 2. If something goes wrong, running `git checkout .` will restore any changes but you'll need to manually delete the project directory that was created