1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 16:15:23 +02:00

bundle: add exec example (#4995)

This commit is contained in:
Luat Hoang 2020-11-30 18:54:18 +07:00 committed by GitHub
parent 90baf7ecf4
commit 96f5f20498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@
`bundle install`
- Execute a command in the context of the current bundle:
`bundle exec {{command}} {{arguments}}`
- Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`:
`bundle update`