aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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.