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:
parent
90baf7ecf4
commit
96f5f20498
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue