Skip to content

Commit 0db6aba

Browse files
readme
1 parent f97e91b commit 0db6aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ cd minitemplate
2929

3030
Ensure all the files and directories listed in the directory structure are present before proceeding.
3131

32-
### 2. Run `create_project.sh`
32+
### 2. Run `run_create_project.sh`
3333

3434
This script will create a new project directory with default components and templates.
3535

3636
```bash
37-
cd ./scripts && ./create_project.sh && cd ..
37+
chmod +x run_create_project.sh && ./run_create_project.sh
3838
```
3939

4040
You will be prompted to provide a name for your project. Once done, the script will generate a new project directory under `projects/` with the necessary components and templates copied over.

0 commit comments

Comments
 (0)