Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```sh
$ git clone https://github.com/WhisperSystems/BitHub.git
$ cd BitHub
$ mvn3 package
```

Running
-----------
Expand All @@ -31,7 +33,7 @@ Running
Deploying To Heroku
------------

```
```sh
$ heroku create your_app_name
$ heroku config:set GITHUB_USER=your_bithub_username
$ heroku config:set GITHUB_TOKEN=your_bithub_authtoken
Expand Down