File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,31 +29,31 @@ the install specific instructions below
29293 . Clone the repository:
3030
3131``` shell
32- git clone https://github.com/MagicMirrorOrg/MagicMirror
32+ git clone https://github.com/MagicMirrorOrg/MagicMirror.git
3333```
3434
35354 . Enter the repository:
3636
3737``` shell
38- cd MagicMirror
38+ cd MagicMirror
3939```
4040
41415 . Install the application: ``
4242
4343``` shell
44- node --run install-mm
44+ node --run install-mm
4545```
4646
47476 . Make a copy of the config sample file:
4848
4949``` shell
50- cp config/config.js.sample config/config.js
50+ cp config/config.js.sample config/config.js
5151```
5252
53537 . Start the application:
5454
5555``` shell
56- node --run start
56+ node --run start
5757```
5858
5959::: warning NOTE
You can’t perform that action at this time.
0 commit comments