From 36622430570d4ee7f1a689f214337fd98cbe1c7a Mon Sep 17 00:00:00 2001 From: BurnBeforeReading Date: Sun, 18 Oct 2015 12:02:23 +0200 Subject: [PATCH 1/2] Add bash syntax highlighting --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae3cd31..873838c 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ If you'd like to opt out of receiving a payment, simply include the string "FREE Building ------------- - $ git clone https://github.com/WhisperSystems/BitHub.git - $ cd BitHub - $ mvn3 package +```bash +$ git clone https://github.com/WhisperSystems/BitHub.git +$ cd BitHub +$ mvn3 package +``` Running ----------- @@ -31,7 +33,7 @@ Running Deploying To Heroku ------------ -``` +```bash $ heroku create your_app_name $ heroku config:set GITHUB_USER=your_bithub_username $ heroku config:set GITHUB_TOKEN=your_bithub_authtoken From 3ba352962af8968ac4e30813817e0a2730afb3d5 Mon Sep 17 00:00:00 2001 From: BurnBeforeReading Date: Wed, 9 Mar 2016 12:42:18 +0100 Subject: [PATCH 2/2] Add sh syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 873838c..02dc29c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you'd like to opt out of receiving a payment, simply include the string "FREE Building ------------- -```bash +```sh $ git clone https://github.com/WhisperSystems/BitHub.git $ cd BitHub $ mvn3 package @@ -33,7 +33,7 @@ Running Deploying To Heroku ------------ -```bash +```sh $ heroku create your_app_name $ heroku config:set GITHUB_USER=your_bithub_username $ heroku config:set GITHUB_TOKEN=your_bithub_authtoken