]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/development.md
Switch package manager to pnpm
[github/bastienwirtz/homer.git] / docs / development.md
index 85781a12ec2c678bcb0d03ad86f751414959cbc7..5c05bcc9ac16f8d70f9158c7f89b27675a3fae66 100644 (file)
@@ -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