Skip to content

Commit fc75d69

Browse files
authored
Remove unnecessary leading spaces in shell commands (#346)
1 parent 595914e commit fc75d69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

getting-started/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ the install specific instructions below
2929
3. 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

3535
4. Enter the repository:
3636

3737
```shell
38-
cd MagicMirror
38+
cd MagicMirror
3939
```
4040

4141
5. Install the application: ``
4242

4343
```shell
44-
node --run install-mm
44+
node --run install-mm
4545
```
4646

4747
6. 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

5353
7. Start the application:
5454

5555
```shell
56-
node --run start
56+
node --run start
5757
```
5858

5959
::: warning NOTE

0 commit comments

Comments
 (0)