Update CONTRIBUTING.md with bundle install command

Add command to install dependencies in development setup
This commit is contained in:
Lubos Kocman 2026-03-03 15:44:04 +01:00 committed by GitHub
parent ade8365d2c
commit a3fb533ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over
```
1. Set up the development environment (only once)
```bash
docker compose run --rm osem bundle install
docker compose run --rm osem bundle exec rake db:bootstrap
```
1. Start the development environment: