Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4nchez committed Jul 4, 2017
1 parent c950762 commit a355330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Create a full deployment pipeline (Github -> TravisCI -> Heroku) using a single command:

```bash
curl -s https://raw.githubusercontent.com/http4k/http4k-bootstrap/master/create-app.sh -o /tmp/create-app.sh && bash /tmp/create-app.sh
curl -s https://raw.githubusercontent.com/http4k/http4k-bootstrap/master/create-app.sh \
-o /tmp/create-app.sh && bash /tmp/create-app.sh
```

This should generate an output like the following:
Expand Down

0 comments on commit a355330

Please sign in to comment.