Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkh/rbenv-update
update rbenv and plugins
https://github.com/rkh/rbenv-update
Last synced: 19 days ago
JSON representation
update rbenv and plugins
- Host: GitHub
- URL: https://github.com/rkh/rbenv-update
- Owner: rkh
- License: mit
- Created: 2012-02-25T14:17:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T18:04:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T19:42:52.141Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 212
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This [rbenv](http://rbenv.org/) plugin adds the `rbenv update` command that updated rbenv and all installed plugins.
## Installation
Simply clone the repository into the plugins directory:
mkdir -p "$(rbenv root)/plugins"
git clone https://github.com/rkh/rbenv-update.git "$(rbenv root)/plugins/rbenv-update"