From 41256115bba9e8eccde5712b1372efbc07d00977 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 27 Aug 2017 19:43:16 -0700 Subject: [PATCH] Add more clarifications for automated screenshot setup. --- automated_screenshots/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/automated_screenshots/README.md b/automated_screenshots/README.md index 55bbd3d9..653ecb61 100644 --- a/automated_screenshots/README.md +++ b/automated_screenshots/README.md @@ -2,6 +2,12 @@ ## Setup +Clone the Winamp2-js repo: + +``` +git clone git@github.com:captbaritone/winamp2-js.git +``` + Start Winamp2-js in dev mode: ``` @@ -10,8 +16,12 @@ yarn install npm start ``` +Winamp2-js should now be running on your local port 8080. + +Now, in a separate terminal: + ``` -cd automated_screenshots +cd winamp2-js/automated_screenshots yarn install ```