Skip to content

Commit e7adf31

Browse files
committed
Update README on deployment
1 parent 8df7200 commit e7adf31

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ To remove spring:
179179
* 'Unspring' your bin/ executables: `bin/spring binstub --remove --all`
180180
* Remove spring from your Gemfile
181181

182+
### Deployment
183+
184+
You must not install Spring on production environment to prevent it
185+
from running there by providing `--without development test` argument to
186+
the `bundle install` command which is used to install gems on your production
187+
machines:
188+
189+
```
190+
$ bundle install --without development test
191+
```
192+
182193
## Commands
183194

184195
### `rake`

0 commit comments

Comments
 (0)