Skip to content

Commit 5fc43fa

Browse files
authored
docs: update setting-up.md (#6492)
* Remove `npm install` from steps
1 parent 99fda81 commit 5fc43fa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/development/setting-up.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ Unsupported Node.js LTS that should still work:
2525

2626
1. `git clone https://github.com/swagger-api/swagger-ui.git`
2727
2. `cd swagger-ui`
28-
3. `npm install`
29-
4. `npm run dev`
30-
5. Wait a bit
31-
6. Open http://localhost:3200/
28+
3. `npm run dev`
29+
4. Wait a bit
30+
5. Open http://localhost:3200/
3231

3332
### Using your own local api definition with local dev build
3433

0 commit comments

Comments
 (0)