aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:15 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:15 +0200
commitce391840e58d04f74ca1d411a4686801fc1a1a70 (patch)
treef4e460cf4348d618a0d5733d0cca19dd9d58463a /docs/development.md
parent5609315fe77da5441a9c3dda8d92c0ffe9f1bf17 (diff)
downloadhomer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.gz
homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.zst
homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.zip
Documentation update
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.md b/docs/development.md
index a22ae0b..85781a1 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -5,11 +5,11 @@ If you want to contribute to Homer, please read the [contributing guidelines](ht
5```sh 5```sh
6# Using yarn (recommended) 6# Using yarn (recommended)
7yarn install 7yarn install
8yarn serve 8yarn dev
9 9
10# **OR** Using npm 10# **OR** Using npm
11npm install 11npm install
12npm run serve 12npm run dev
13``` 13```
14 14
15## Custom services 15## Custom services