rust-raspberrypi-OS-tutorials/contributor_setup.sh

6 lines
112 B
Bash
Raw Normal View History

2019-01-12 20:52:46 +00:00
#!/usr/bin/env bash
git config core.hooksPath .githooks
2020-06-29 20:32:41 +00:00
bundle config set path '.vendor/bundle'
bundle install