Browse Source

Tweak README installation instructions.

tags/v0.2.4
Ben Kurtovic 9 years ago
parent
commit
bc80ab6a3c
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      README.md

+ 6
- 4
README.md View File

@@ -10,6 +10,12 @@ version of git and at least Python 2.7 installed.

# Installation

With [Homebrew](http://brew.sh/):

`brew install pr0d1r2/contrib/gitup && brew link gitup`

## From source

First:

git clone git://github.com/earwig/git-repo-updater.git
@@ -31,10 +37,6 @@ directory where Python is installed:

DOSKEY gitup=c:\python27\python.exe c:\python27\Scripts\gitup $*

# Homebrew Installation

`brew install pr0d1r2/contrib/gitup && brew link gitup`

# Usage

There are two ways to update repos: you can pass them as command arguments,


Loading…
Cancel
Save