From c542e5b2c13c5a6b31429ce92fb0f9ef7a1252b3 Mon Sep 17 00:00:00 2001 From: Thibaut <108188070+ThibautSnoeijs@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:10:14 +0200 Subject: [PATCH] Fixed a typo --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 2a3619f0..3f10642a 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -182,7 +182,7 @@ dashy should be up within 1-2min after you've started the install task procedure If you do not want to use Docker, you can run Dashy directly on your host system. For this, you will need both [git](https://git-scm.com/downloads) and the latest or LTS version of [Node.js](https://nodejs.org/) installed, and optionally [yarn](https://yarnpkg.com/) 1. Get Code: `git clone https://github.com/Lissy93/dashy.git` and `cd dashy` -2. Configuration: Fill in you're settings in `./user-data/conf.yml` +2. Configuration: Fill in your settings in `./user-data/conf.yml` 3. Install dependencies: `yarn` 4. Build: `yarn build` 5. Run: `yarn start`