]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - README.md
Release 24.04.1
[github/bastienwirtz/homer.git] / README.md
index 30717f166cc4af70780b58df7ac614f3bc043224..f97d3de074f3b2fc45c53a09e92324115c7e6fbe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -143,13 +143,8 @@ helm install homer djjudas21/homer -f values.yaml
 ### Build manually
 
 ```sh
-# Using yarn (recommended)
-yarn install
-yarn build
-
-# **OR** Using npm
-npm install
-npm run build
+pnpm install
+pnpm build
 ```
 
 Then your dashboard is ready to use in the `/dist` directory.