diff --git a/README.md b/README.md index 006dc39..846140f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The quickest way to get started is to run the pre-built client bundle: $ git clone https://github.com/Netflix/flamescope $ cd flamescope $ pip install -r requirements.txt +$ npm install +$ npm run webpack $ python run.py ```