X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fdevelopment.md;h=5c05bcc9ac16f8d70f9158c7f89b27675a3fae66;hb=0740fb31b530e125b1a64ba33bf7428f765c541d;hp=85781a12ec2c678bcb0d03ad86f751414959cbc7;hpb=c11c45a661addf377ac5f4773ba39f5ef66ec155;p=github%2Fbastienwirtz%2Fhomer.git 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 @@ If you want to contribute to Homer, please read the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) first. ```sh -# Using yarn (recommended) -yarn install -yarn dev - -# **OR** Using npm -npm install -npm run dev +pnpm install +pnpm dev ``` ## Custom services