mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 08:55:32 +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
|
- Install specific version of a gem
|
||||||
|
|
||||||
`gem install -v={{0.0.15}}`
|
`gem install {{gemname}} -v {{1.0.0}}
|
||||||
|
|
||||||
- Update a gem
|
- Update a gem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue