We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595914e commit fc75d69Copy full SHA for fc75d69
1 file changed
getting-started/installation.md
@@ -29,31 +29,31 @@ the install specific instructions below
29
3. Clone the repository:
30
31
```shell
32
- git clone https://github.com/MagicMirrorOrg/MagicMirror
+git clone https://github.com/MagicMirrorOrg/MagicMirror.git
33
```
34
35
4. Enter the repository:
36
37
38
- cd MagicMirror
+cd MagicMirror
39
40
41
5. Install the application: ``
42
43
44
- node --run install-mm
+node --run install-mm
45
46
47
6. Make a copy of the config sample file:
48
49
50
- cp config/config.js.sample config/config.js
+cp config/config.js.sample config/config.js
51
52
53
7. Start the application:
54
55
56
- node --run start
+node --run start
57
58
59
::: warning NOTE
0 commit comments