Skip to content

Commit 588c3e9

Browse files
BraydenGirardNicolasRitouet
authored andcommitted
Update to ReadMe documentation on dashboard (#6)
* Chore: Use next version of deployd Core * Chore: Use next version of deployd Core * docs(cli) : Fix readme dashboard instructions Dashboard documentation update to allow new users to easily setup the dashboard
1 parent 6b22c48 commit 588c3e9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ Deployd requires a running MongoDB to start sucessfully. Check the [Deployd Requ
4545
```bash
4646
$ dpd create hello
4747
$ cd hello
48-
$ dpd
48+
$ dpd
4949
```
50+
51+
### Using the dashboard
52+
53+
```bash
54+
$ npm i dpd-dashboard dpd-clientlib --save
55+
$ dpd -d
56+
```
57+
5058
To start dpd with Database authentication:
5159

5260
```

0 commit comments

Comments
 (0)