You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -78,27 +78,27 @@ Download the gerenated models and copy them into the root of the MagicMirror dir
78
78
79
79
## Setup
80
80
81
-
1. Clone the module into your `modules` folder in the MagicMirror's code location by running this command:
81
+
* Clone the module into your `modules` folder in the MagicMirror's code location by running this command:
82
82
83
83
````
84
84
git clone https://github.com/alexyak/camera.git
85
85
````
86
86
87
-
2. Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:
87
+
* Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:
88
88
89
89
````
90
90
npm install
91
91
````
92
92
93
-
3. If you have not already done so install the [Voice Control module](https://github.com/alexyak/voicecontrol) by running the following command in the `modules' folder:
93
+
* If you have not already done so install the [Voice Control module](https://github.com/alexyak/voicecontrol) by running the following command in the `modules' folder:
0 commit comments