summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorTony2018-04-13 13:43:02 +0000
committeradmin2018-04-13 13:43:02 +0000
commit23a75544e7ce47448e68356ebc757d308d9b9b3b (patch)
tree7fcdcdba9dfeaeb63a5d7f8345d7fa40cb727aa6 /doc/forum
parentec5522bdfa0c90fbedac183247fc89d708e32972 (diff)
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Problem_with_getting_started.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/forum/Problem_with_getting_started.mdwn b/doc/forum/Problem_with_getting_started.mdwn
index 6c438b6e..4d750553 100644
--- a/doc/forum/Problem_with_getting_started.mdwn
+++ b/doc/forum/Problem_with_getting_started.mdwn
@@ -5,12 +5,12 @@ I am new to Haskell and Propellor; just want to give it a try. I have been using
I did the following steps:
- install propellor on control machine with: `stack install propellor`
- `propellor --init`
-- create a minimal config.hs file, which does nothing
-
+- create a minimal config.hs file, which does nothing:
+```
abc :: Host
abc = host "abc" $ props
& osDebian (Stable "stretch") X86_64
-
+```
when I run `propellor --spin abc`, it ended with the last following:
.