Skip to content

Commit

Permalink
Remove prompts from bash scripts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardecook authored Aug 30, 2019
1 parent 6ca717f commit be6f828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ The latest build of the `hammer` cli is available from the releases page.
Download the tar for your platform, untar it, and move it to your $PATH.

Or using `brew` on macOS or Linux:
```
```bash
brew tap pivotal/hammer https://github.com/pivotal/hammer
brew install hammer
```

Alternatively you can build `hammer` from source if you have Go installed:
```bash
$ git clone [email protected]:pivotal/hammer.git && cd hammer && go install
git clone [email protected]:pivotal/hammer.git && cd hammer && go install
```

## Config
Expand Down Expand Up @@ -44,12 +44,12 @@ NB: `sys_domain` and `pks_api.url` are only needed for using `hammer cf-login` a

Unit and integration tests can be run if you have [Ginkgo](https://github.com/onsi/ginkgo) installed:
```bash
$ ginkgo -r .
ginkgo -r .
```

Linters can also be run using [golangci-lint](https://github.com/golangci/golangci-lint):
```bash
$ golangci-lint run
golangci-lint run
```

---
Expand Down

0 comments on commit be6f828

Please sign in to comment.