diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 8b2b93b..d881ffb 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -43,5 +43,6 @@ Then you can navigate to the project directory and start the development server: ```sh $ cd my-awesome-nostr-client +$ npm install $ npm run dev ```