Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 613 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 613 Bytes

How to install

First clone & build a dependency called 'opts'

git clone https://github.com/fd/opts.git ~/Github/fd/opts
cd ~/Github/fd/opts
gem build opts.gemspec

If you are using RVM, go to the global gemset

rvm gemset use global

Install 'opts' gem

gem install opts-0.0.1.gem

Clone & build this repo

git clone https://github.com/fd/git_workflow.git ~/Github/fd/git_workflow
cd ~/Github/fd/git_workflow
gem build git_workflow.gemspec

(Check your RVM gemset if necessary) and install this gem

gem install git_workflow-0.0.1.gem