summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 12:11:47 -0400
committerJoey Hess2014-03-31 12:11:47 -0400
commitddea49317656a7f6dd8c7cee6fe2462ffe7dfcb7 (patch)
tree890ac459ea01313a13f7fd6c8c750542830749ae
parentc8d653b34ce4e9cbfe53e9a48beec4536b3086a2 (diff)
propellor spin
-rw-r--r--Makefile2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f363176a..f2996fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ build: deps dist/setup-config
ln -sf dist/build/propellor/propellor
deps:
- @if [ $$(whoami) = root ]; then apt-get -y install gpg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi || true
+ @if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi || true
dist/setup-config: propellor.cabal
cabal configure
diff --git a/README b/README
index cc027894..c46131b8 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ The design is intentionally very minimal.
Propellor lives in a git repository, and so to set it up it's cloned
to a system, and "make" can be used to pull down any new changes,
and compile and run propellor. This can be done by a cron job, or
-something can ssh in and run it.
+a local propellor on your laptop can ssh in and run it.
Properties are defined using Haskell. Edit config.hs to get started.