rust-raspberrypi-OS-tutorials/contributor_setup.sh
2020-06-29 22:32:41 +02:00

6 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
git config core.hooksPath .githooks
bundle config set path '.vendor/bundle'
bundle install