diff --git a/source/developers/frontend.markdown b/source/developers/frontend.markdown index d04292eeb88..71bd42b2d1a 100755 --- a/source/developers/frontend.markdown +++ b/source/developers/frontend.markdown @@ -24,22 +24,22 @@ http: development: 1 ``` -Node.js is required to setup the frontend development environment. The preferred method of installing node.js is [nvm](https://github.com/creationix/nvm). Install nvm using the instructions in the [README](https://github.com/creationix/nvm#install-script), and install the correct node.js by running the following command from the `home-assistant-polymer` directory: +Node.js is required to setup the frontend development environment. The preferred method of installing node.js is [nvm](https://github.com/creationix/nvm). Install nvm using the instructions in the [README](https://github.com/creationix/nvm#install-script), and install the correct node.js by running the following command from the `home-assistant` directory: ```bash -$ cd homeassistant/components/frontend/www_static/home-assistant-polymer -$ nvm install < .nvmrc +$ git submodule update --init +$ nvm install $(