rust-raspberrypi-OS-tutorials/contributor_setup.sh

5 lines
94 B
Bash
Raw Normal View History

2019-01-12 20:52:46 +00:00
#!/usr/bin/env bash
git config core.hooksPath .githooks
2020-01-09 21:11:56 +00:00
bundle install --path .vendor/bundle