From 9e4c796018ba5debccea7060271887870a28fcc3 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Tue, 14 Feb 2017 09:17:32 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f1739..ded98f6 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,12 @@ This repo contains the **bare minimum code** to have an auto-updating Electron a } } -3. First, install necessary dependencies with: +3. Install necessary dependencies with: + yarn + + or + npm install 4. Generate a GitHub access token by going to . The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable (on macOS/linux):