Skip to content

Commit 0324b47

Browse files
authored
Update CONTRIBUTING.md
1 parent 95a61d0 commit 0324b47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ If you have Docker and Docker Compose installed, you can alternatively set up yo
9696
```bash
9797
# Create/run the containers
9898
docker compose up -d
99-
# Run the bash of meilisearch_ruby
99+
# Run bash in meilisearch_ruby container
100100
docker compose exec meilisearch_ruby bash
101-
# Then now you can run `bundle install`, tests, linter, code etc.
102101
```
103102

104103

0 commit comments

Comments
 (0)