diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-22 10:22:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-22 10:22:58 -0400 |
| commit | 45225a4a972d568271645770ea32766f232ee231 (patch) | |
| tree | 274266ffbb9a77025f8b5382cd52ad396992f884 /doc | |
| parent | e110a303c59fe6a20b3cd46131ea162a68b287fb (diff) | |
| parent | d326ff7e416fea0d2bb4e0ebfdb52fbc63e55dcd (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/components.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/components.mdwn b/doc/components.mdwn index 4c4d9c76..257b0382 100644 --- a/doc/components.mdwn +++ b/doc/components.mdwn @@ -13,7 +13,7 @@ components. will put the command in `~/.cabal/bin/propellor`. This propellor command is just a wrapper; it builds and runs what you have set up in `~/.propellor/` -## full repository +## full .propellor repository Typically, the `~/.propellor/` git repository is set up by running the propellor command, or by [[cloning propellor|install]]. That makes @@ -25,7 +25,7 @@ Don't like how a property works, or need to make it more general? Just edit then copy in `~/.propellor/src/Propellor/` and it will be used. See [[contributing]] if you want to send your improvements back. -## minimal config repository +## 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 |
