diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-01 19:34:27 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-01 19:48:23 -0400 |
| commit | 93b083f3a1204a7cf4452b5ebd589dd77d25dbac (patch) | |
| tree | a08ca00a9df02bdf6c68be127cdc6256805a40b4 /doc/components.mdwn | |
| parent | ccfdfcab60753eb6eb6ab1c6a6ad6203b8adfdcf (diff) | |
setup gpg key in initial setup process
Diffstat (limited to 'doc/components.mdwn')
| -rw-r--r-- | doc/components.mdwn | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/components.mdwn b/doc/components.mdwn index 801bb6bf..5b47e106 100644 --- a/doc/components.mdwn +++ b/doc/components.mdwn @@ -28,12 +28,8 @@ then copy in `~/.propellor/src/Propellor/` and it will be used. See ## minimal .propellor repository All that really needs to be in `~/.propellor/` though, is a `config.hs` -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: - - git clone git://propellor.branchable.com/ .propellor --branch minimalconfig --single-branch +file, and a cabal file. Running propellor when `~/.propellor/` doesn't exist +will ask you if you want a minimal config, and create those files. In this configuration, when propellor is deploying itself to a new host, it will automatically install the version of the propellor library |
