diff -r ccc449ef6f16 -r 6730ec4d7e37 README.md --- a/README.md Fri Jul 01 10:40:02 2016 +0200 +++ b/README.md Fri Jul 01 11:15:37 2016 +0200 @@ -7,7 +7,7 @@ ``` -2. Move to src/iconolab/static/js to install js dependencies. +2. Move to src/iconolab/static/js/iconolab-bundle to install js dependencies. Make sure your have installed nodejs then run the command bellow ``` @@ -17,7 +17,7 @@ 3. To recreate the bundle file that lives in dist/ ``` -npm build +npm run sbuild ```