From 23a75544e7ce47448e68356ebc757d308d9b9b3b Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 13 Apr 2018 13:43:02 +0000 Subject: --- doc/forum/Problem_with_getting_started.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/forum/Problem_with_getting_started.mdwn') 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: . -- cgit v1.2.3