diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/development.md b/docs/development.md index 85781a1..5c05bcc 100644 --- a/docs/development.md +++ b/docs/development.md | |||
@@ -3,13 +3,8 @@ | |||
3 | If you want to contribute to Homer, please read the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) first. | 3 | If you want to contribute to Homer, please read the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) first. |
4 | 4 | ||
5 | ```sh | 5 | ```sh |
6 | # Using yarn (recommended) | 6 | pnpm install |
7 | yarn install | 7 | pnpm dev |
8 | yarn dev | ||
9 | |||
10 | # **OR** Using npm | ||
11 | npm install | ||
12 | npm run dev | ||
13 | ``` | 8 | ``` |
14 | 9 | ||
15 | ## Custom services | 10 | ## Custom services |