From 4409b9b38f8d485cf2c16ae2c0f51de078f72d05 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 27 Aug 2017 18:46:05 -0700 Subject: [PATCH] Clarify that you have to run Winamp2-js --- automated_screenshots/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/automated_screenshots/README.md b/automated_screenshots/README.md index 54d9dee8..55bbd3d9 100644 --- a/automated_screenshots/README.md +++ b/automated_screenshots/README.md @@ -2,6 +2,14 @@ ## Setup +Start Winamp2-js in dev mode: + +``` +cd winamp2-js +yarn install +npm start +``` + ``` cd automated_screenshots yarn install