From 01790a971ec532d0439e26118a7c127aefa1478c Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Fri, 3 Feb 2017 10:47:37 -0700 Subject: [PATCH] Fix code block syntax --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad36f9b..f4dcab8 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,21 @@ This repo contains the bare minimum code to have an auto-updating Electron app u 1. First, install necessary dependencies with: - npm install +``` +npm install +``` 2. 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): - export GH_TOKEN="" +``` +export GH_TOKEN="" +``` 3. Publish with the `publish.sh` script: - ./publish.sh +``` +./publish.sh +``` 4. Download and install the app from .