Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ the install specific instructions below
3. Clone the repository:

```shell
git clone https://github.com/MagicMirrorOrg/MagicMirror
git clone https://github.com/MagicMirrorOrg/MagicMirror.git
```

4. Enter the repository:

```shell
cd MagicMirror
cd MagicMirror
```

5. Install the application: ``

```shell
node --run install-mm
node --run install-mm
```

6. Make a copy of the config sample file:

```shell
cp config/config.js.sample config/config.js
cp config/config.js.sample config/config.js
```

7. Start the application:

```shell
node --run start
node --run start
```

::: warning NOTE
Expand Down