From 131de6b6bd55fbe0ce96564e2ff8085fc4427068 Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Sun, 8 Jan 2017 17:23:03 +0200 Subject: [PATCH] Fix docs for `export` commands On mac, spaces between the = signs break the statement for exporting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45ea82d..b355528 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Create a Personal access token on GitHub is really easy. Go to [this page](https Then add the following environment variables in your .bashrc (Linux) or .bash_profile (Mac). ``` -export GITHUB_USER = "youtGithubUsername" -export GITHUB_TOKEN = "yourfreshlygeneratedToken" +export GITHUB_USER="youtGithubUsername" +export GITHUB_TOKEN="yourfreshlygeneratedToken" ``` ### Authentication via command options