Skip to content

Commit b15de86

Browse files
committed
Readme update
1 parent 2ed9b8d commit b15de86

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It includes a basic setup for a project with Remix.run and:
1919

2020
1. Initialize the repository with our CLI:
2121
```bash
22-
npx f42 init -t base-stack -o ./your-name-here
22+
npx f42 init -t base-stack -o ./your-project-name-here
2323
```
2424
2. Install the dependencies:
2525
```bash
@@ -31,6 +31,11 @@ npm install
3131
```bash
3232
npm run cleanup
3333
```
34+
35+
This will remove everything in the project related to the base-stack like README.md etc.
36+
This is the first thing you should run after initializing the project.
37+
After it is run it will remove itself from the package.json.
38+
3439
5. Start the development server:
3540
```bash
3641
npm run dev

0 commit comments

Comments
 (0)