Skip to content

Commit f6f11b6

Browse files
authored
Update README.md
1 parent 88765b7 commit f6f11b6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ pip install ellar==0.2.2
5555
To create an ellar project, you need to have a `pyproject.toml` available on your root directory.
5656
This is necessary for ellar to store some `metadata` about your project.
5757

58-
### Step 1
58+
### Create a project
5959
For Pip Users, you need to create `pyproject.toml` file
6060
```shell
61-
touch pyproject.toml
61+
ellar new carsite
6262
```
63-
If you are using `Poetry`, you are ready to go
64-
65-
### Step 2
66-
Run the ellar create project cli command,
63+
If you are using `Poetry`, at your project root directory with `pyproject.toml`,
64+
run the ellar create project cli command,
6765
```shell
6866
ellar create-project carsite
6967
```
@@ -78,6 +76,7 @@ ellar runserver --reload
7876
Now go to [http://127.0.0.1:8000](http://127.0.0.1:8000)
7977
![Swagger UI](docs/img/ellar_framework.png)
8078

79+
For more info on Ella CLI, click [here](https://github.com/eadwinCode/ellar-cli)
8180

8281
## Create a project module
8382
A project module is a project app defining a group of controllers or services including templates and static files.

0 commit comments

Comments
 (0)