Commit ad951867bfa211ae4e1e720a36caa65d8be41fe3
1 parent
85cae52a
Exists in
master
and in
1 other branch
Add link to the ENV documentation from the README
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -149,7 +149,7 @@ cap deploy:setup deploy |
149 | 149 | git clone http://github.com/errbit/errbit.git |
150 | 150 | ``` |
151 | 151 | * Update `db/seeds.rb` with admin credentials for your initial login. |
152 | - | |
152 | + | |
153 | 153 | * Run `bundle` |
154 | 154 | |
155 | 155 | * Create & configure for Heroku |
... | ... | @@ -469,7 +469,11 @@ Solutions known to work are listed below: |
469 | 469 | Develop on Errbit |
470 | 470 | ----------------- |
471 | 471 | |
472 | -A guide can help on this way on [**Errbit Advanced Developer Guide**](https://github.com/errbit/errbit/blob/master/docs/DEVELOPER-ADVANCED.md) | |
472 | +A guide can help on this way on [**Errbit Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md) | |
473 | + | |
474 | +## Other documentation | |
475 | + | |
476 | +* [All ENV variables availables to configure Errbit](docs/ENV-VARIABLES.md) | |
473 | 477 | |
474 | 478 | TODO |
475 | 479 | ---- | ... | ... |