summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-17 18:36:56 +0200
committerVarac <varac@leap.se>2017-10-16 13:20:42 +0200
commite7d8080b14a32788f120c1abde69ed0420d760b0 (patch)
tree79cf3f31f9fdc089dbba00f21f968ba72c0c7439 /README.md
parent009594945171ce5aab15d341f36fad80dce36377 (diff)
Add Nagios
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8717cfa..faa31e9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ gem install bundler
Install app dependencies using bundler:
```
-bundle install --path=vendor/bundle
+bundle install --path=vendor/bundle --deployment
```
If `bundle install` fails along the way, you're probably missing Xcode command line utilities: `xcode-select --install`