Skip to content

Commit b63b37a

Browse files
committed
docs: update getting started tutorial with directory navigation instructions
1 parent 1d1231a commit b63b37a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

adminforth/documentation/docs/tutorial/001-gettingStarted.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ nvm use 20
1919

2020
The recommended way to get started with AdminForth is via the **`create-app`** CLI, which scaffolds a basic fully functional back-office application. Apart boilerplate it creates one resource for users management.
2121

22-
First, create and enter a directory where you want your AdminForth project to live. For instance:
23-
24-
```bash
25-
mkdir myadmin
26-
cd myadmin
27-
```
28-
2922
You can provide options directorly:
3023

3124
```bash
@@ -38,6 +31,12 @@ Or omit them to be prompted interactively:
3831
npx adminforth create-app
3932
```
4033

34+
Once the project is created, navigate into its directory:
35+
36+
```bash
37+
cd myadmin # or any other name you provided
38+
```
39+
4140
CLI options:
4241

4342
* **`--app-name`** - name for your project. Used in `package.json`, `index.ts` branding, etc. Default value: **`adminforth-app`**.

0 commit comments

Comments
 (0)