mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update CONTRIBUTING.md with bundle install command
Add command to install dependencies in development setup
This commit is contained in:
parent
ade8365d2c
commit
a3fb533ca0
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue