From aae68cd0511cc09ae28b8592199ace876499fd4f Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sat, 30 Sep 2017 20:47:09 -0400 Subject: [PATCH] Update frontend development docs (#3463) --- source/developers/frontend.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 $(