mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
Fixed tldr for gem
Specific version instruction missed gem name and mixed up -v and --version
This commit is contained in:
parent
ca2378a30a
commit
9da8263cfd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- Install specific version of a gem
|
||||
|
||||
`gem install -v={{0.0.15}}`
|
||||
`gem install {{gemname}} -v {{1.0.0}}
|
||||
|
||||
- Update a gem
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue