From 1671c2990f57dbce6261be3ec54b3521a9e5c590 Mon Sep 17 00:00:00 2001 From: desislavpetrov Date: Sat, 28 Jan 2023 13:31:26 +0000 Subject: [PATCH] Updates readme to avoid #169 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```