Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,22 +2,22 @@
> Interact with the package manager for the Ruby programming language.
- Install latest version of a gem
- Install latest version of a gem:
`gem install {{gemname}}`
- Install specific version of a gem
- Install specific version of a gem:
`gem install {{gemname}} -v {{1.0.0}}`
- Update a gem
- Update a gem:
`gem update {{gemname}}`
- List all gems
- List all gems:
`gem list`
- Uninstall a gem
- Uninstall a gem:
`gem uninstall {{gemname}}`