From df3f7637560114d47450c25c3cc0e9a3d2068f5f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Dec 2018 13:12:29 -0400 Subject: stack install pkg is broken --- doc/README.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/README.mdwn') diff --git a/doc/README.mdwn b/doc/README.mdwn index 88726a6d..76d05255 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -37,11 +37,11 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask ## quick start 1. Get propellor installed on your development machine (ie, laptop). - `cabal install propellor` + `apt-get install propellor` or - `stack install propellor` + `cabal install propellor` or - `apt-get install propellor` + `cabal unpack propellor; cd propellor-version; stack install` 2. Run `propellor --init` ; this will set up a `~/.propellor/` git repository for you. 3. Edit `~/.propellor/config.hs`, and add a host you want to manage. -- cgit v1.2.3