Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Feb 14, 2017
1 parent 0479b13 commit 9e4c796
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/settings/tokens/new>. The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable (on macOS/linux):
Expand Down

0 comments on commit 9e4c796

Please sign in to comment.