Update contrib setup bundler commands

pull/66/head
Andre Richter 4 years ago
parent cfc3bfc996
commit f1c3366edd
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -1,4 +1,5 @@
#!/usr/bin/env bash
git config core.hooksPath .githooks
bundle install --path .vendor/bundle
bundle config set path '.vendor/bundle'
bundle install

Loading…
Cancel
Save