Skip to content

Commit

Permalink
chore(gem): minor formatting changes
Browse files Browse the repository at this point in the history
Make minor formatting changes to the `gem` cheatsheet.
  • Loading branch information
chrisallenlane committed Nov 10, 2020
1 parent 371e3cd commit 1c713d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gem
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
tags: [ packaging ]
tags: [ packaging, ruby ]
---
# To search for a package:
gem search <package>

# To install packages:
# To install a package:
gem install <package>

# To install a package in user space:
Expand All @@ -13,7 +13,7 @@ gem install --user-install <package>
# To install specific version of a package:
gem install <package> -v <version>

# To uninstall packages:
# To uninstall a package:
gem uninstall <package>

# To upgrade a package:
Expand All @@ -25,5 +25,5 @@ gem info <package>
# To list local packages:
gem list --local

# To show help on command
# To show help on command:
gem help <command>

0 comments on commit 1c713d8

Please sign in to comment.