Skip to content

Commit

Permalink
fixed numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Yakhnin committed Sep 9, 2016
1 parent c7df2c6 commit d2a57ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ Download the gerenated models and copy them into the root of the MagicMirror dir

## Setup

1. Clone the module into your `modules` folder in the MagicMirror's code location by running this command:
* Clone the module into your `modules` folder in the MagicMirror's code location by running this command:

````
git clone https://github.com/alexyak/camera.git
````

2. Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:
* Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:

````
npm install
````

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:
* 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:

````
git clone https://github.com/alexyak/voicecontrol.git
````

Check the README.md for the Voice Control module to configure it for the MagicMirror.

4. In order to use the generated models mentioned above, update the configuration section for the `voicecontrol` module to look like this:
* In order to use the generated models mentioned above, update the configuration section for the `voicecontrol` module to look like this:

````
{
Expand Down

0 comments on commit d2a57ec

Please sign in to comment.