1
0
Fork 0
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:
Paul Haller 2015-12-30 22:01:40 +01:00
parent ca2378a30a
commit 9da8263cfd

View file

@ -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