Skip to content

Commit

Permalink
Remove docker-compose from brew cask install
Browse files Browse the repository at this point in the history
As the formular doesn't exist - thanks @erikdstock
  • Loading branch information
izakp authored Sep 6, 2018
1 parent ee56fc1 commit 633a198
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion practices/platform/hokusai.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Docker and Kubernetes clusters.

### Quickstart

Install Git, Docker for Mac and Hokusai:

```
brew install git && brew tap caskroom/cask && brew cask install docker docker-compose
brew install git && brew tap caskroom/cask && brew cask install docker
curl https://artsy-provisioning-public.s3.amazonaws.com/hokusai -o /usr/local/bin/hokusai && chmod +x /usr/local/bin/hokusai
hokusai configure --kubectl-version 1.6.3 --s3-bucket artsy-citadel --s3-key k8s/config
```
Expand Down

0 comments on commit 633a198

Please # to comment.