diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-22 10:05:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-22 10:05:03 -0400 |
| commit | fe7b1233f4fef3d9717eaa30e7781b3bdb21c058 (patch) | |
| tree | 31398337ac0b1f65618087966126d4a156573a28 /doc/components.mdwn | |
| parent | 93fe81bae9a632f19c6d64ecad9c7567821214dd (diff) | |
| parent | b32d05a661ff2b928bf9472abe8a39743ccea1e7 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/components.mdwn')
| -rw-r--r-- | doc/components.mdwn | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/doc/components.mdwn b/doc/components.mdwn index 2c67d9db..93be79cb 100644 --- a/doc/components.mdwn +++ b/doc/components.mdwn @@ -24,20 +24,9 @@ then copy in `~/.propellor/src/Propellor/` and it will be used. See [[contributing]] if you want to send your improvements back. All that really needs to be in `~/.propellor/` though, is a `config.hs` -file, and a cabal file. If you want to set up the repository manually, -and don't want it to contain propellor's source code, here's a stub cabal -file to get you started: +file, and a cabal file. To use propellor this way, you can first +install propellor, and then copy the two files from the +[mininalconfig branch](http://source.propellor.branchable.com/?p=source.git;a=tree;h=refs/heads/minimalconfig;hb=refs/heads/minimalconfig), +or clone it: -<pre> -Name: foo -Cabal-Version: >= 1.6 -Build-Type: Simple -Version: 0 - -Executable propellor-config - Main-Is: config.hs - GHC-Options: -Wall -threaded -O0 - Build-Depends: propellor, base >= 3 -</pre> - -See [[haskell_newbie]] for an example config.hs file. + git clone ssh://b-propellor@propellor.branchable.com/propellor.branchable.com .propellor --branch minimalconfig --single-branch |
