Skip to content

Commit ce33065

Browse files
committed
readme updates
1 parent e4087a4 commit ce33065

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# herokuish
1+
# herokuish [![Circle CI](https://circleci.com/gh/gliderlabs/herokuish.png?style=shield)](https://circleci.com/gh/gliderlabs/herokuish)
22

33
A command line tool for emulating Heroku build and runtime tasks in containers.
44

55
Herokuish is made for platform authors. The project consolidates and decouples Heroku compatibility logic (running buildpacks, parsing Procfile) and supporting workflow (importing/exporting slugs) from specific platform images like those in Dokku/Buildstep, Deis, Flynn, etc.
66

77
The goal is to be the definitive, well maintained and heavily tested Heroku emulation utility shared by all. It is complemented by [progrium/cedarish](https://github.com/progrium/cedarish), which focuses on reproducing the base Heroku system image. Together they form a toolkit for achieving Heroku compatibility.
88

9-
[![Circle CI](https://circleci.com/gh/gliderlabs/herokuish.png?style=shield)](https://circleci.com/gh/gliderlabs/herokuish)
10-
119
## Getting herokuish
1210

1311
Download and uncompress the latest binary tarball from [releases](https://github.com/gliderlabs/herokuish/releases).
@@ -19,7 +17,7 @@ RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.1.0/heroku
1917
--silent -L | tar -xzC /bin
2018
```
2119

22-
It depends on Bash (4.0 or newer) and a handful of standard GNU utilties you probably have. It likely won't work on Busybox, though neither will any Heroku buildpacks.
20+
Herokuish depends on Bash (4.0 or newer) and a handful of standard GNU utilties you probably have. It likely won't work on Busybox, though neither will any Heroku buildpacks.
2321

2422
## Using herokuish
2523

0 commit comments

Comments
 (0)