aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2024-04-22 19:55:25 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2024-04-22 19:55:25 +0200
commit0740fb31b530e125b1a64ba33bf7428f765c541d (patch)
tree7c37a23975cf0ebec1ceeb4f8dd51584181d689c /README.md
parent8326eba25f3552496bcca644a4197c9533077afa (diff)
downloadhomer-0740fb31b530e125b1a64ba33bf7428f765c541d.tar.gz
homer-0740fb31b530e125b1a64ba33bf7428f765c541d.tar.zst
homer-0740fb31b530e125b1a64ba33bf7428f765c541d.zip
Switch package manager to pnpm
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 30717f1..f97d3de 100644
--- a/README.md
+++ b/README.md
@@ -143,13 +143,8 @@ helm install homer djjudas21/homer -f values.yaml
143### Build manually 143### Build manually
144 144
145```sh 145```sh
146# Using yarn (recommended) 146pnpm install
147yarn install 147pnpm build
148yarn build
149
150# **OR** Using npm
151npm install
152npm run build
153``` 148```
154 149
155Then your dashboard is ready to use in the `/dist` directory. 150Then your dashboard is ready to use in the `/dist` directory.