Skip to content

Commit

Permalink
Add credits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsmith committed Apr 12, 2018
1 parent bd40a59 commit 7ec686f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ Test your swift package from docker using one command. `swift docker test`

## Install swift-docker

**via Homebrew**
```sh
> brew tap iainsmith/swift-docker
> brew install swift-docker
```

**from source**
```sh
> swift build -c release -Xswiftc -static-stdlib
Expand Down Expand Up @@ -51,9 +45,9 @@ swift docker cleanup

swift-docker is built on top of

* ShellOut (from John Sundell)
* Commander (from Kyle Fuller)
* Rainbow (from onevcat)
* [ShellOut](https://github.com/JohnSundell/ShellOut) (from John Sundell)
* [Commander](https://github.com/kylef/commander) (from Kyle Fuller)
* [Rainbow](https://github.com/onevcat/Rainbow) (from onevcat)

## Contributing

Expand Down

0 comments on commit 7ec686f

Please sign in to comment.