Skip to content

Commit

Permalink
Try to improve clarity around installation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jul 21, 2017
1 parent 983563f commit 526206d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@
A stub for the Stripe API powered by the OpenAPI specification that it
generates as an artifact.

Fetch and run it with:
Get it from Homebrew or download it [from the releases page][releases]:

``` sh
go get -u github.com/brandur/stripelocal
stripelocal
brew install brandur/stripelocal/stripelocal

# or to upgrade if you already have it
brew upgrade stripelocal
```

Or from Homebrew:
Or if you have Go installed you can build it:

``` sh
brew install brandur/stripelocal/stripelocal
go get -u github.com/brandur/stripelocal
```

# or to upgrade if you already have it
brew upgrade stripelocal
Run it:

``` sh
stripelocal -port 6065
```

Then from another terminal:
Expand Down

0 comments on commit 526206d

Please sign in to comment.