paz-sh / paz

An open-source, in-house service platform with a PaaS-like workflow, built on Docker, CoreOS, Etcd and Fleet. This repository houses the documentation and installation scripts.
http://paz.sh
Other
1.08k stars 56 forks source link

installation instructions breakage and solution #57

Open atsepkov opened 7 years ago

atsepkov commented 7 years ago

The instructions say to run the following command:

brew install etcdctl fleetctl

Which promptly causes brew to complain that etcdctl doesn't exist. A little more digging suggested that this library was merged into etcd:

https://github.com/Homebrew/legacy-homebrew/issues/37236

lukebond commented 7 years ago

Thanks for the tip, @atsepkov!

So if I change the docs to say brew install etcd fleetctl it will work? I don't have a mac handy to test it on.