Skip to content

Commit

Permalink
Fixed command-line tabs to spaces..
Browse files Browse the repository at this point in the history
  • Loading branch information
kodybrown committed Aug 22, 2014
1 parent b932726 commit fcd8c97
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -32,20 +32,18 @@ You can automate this with the following one-liner (assuming ~/bin is on your $P

The easiest way to install `gibo` on Windows is to use [scoop](https://github.com/lukesampson/scoop), a PowerShell-based package-manager of sorts for Windows:

scoop update
scoop install gibo
scoop update && scoop install gibo

A great benefit to using scoop, is that it provides an easy way to update its packages, including gibo:

scoop update
scoop update gibo
scoop update && scoop update gibo

**git installion**

You can download the whole `gibo` repo directly from GitHub:

md "C:\Users\<Your User>\bin"
cd /D "C:\Users\<Your User>\bin"
cd /D "C:\Users\<Your User>\bin"
git clone https://github.com/simonwhitaker/gibo.git gibo

Then add the full gibo directory (`C:\Users\<Your User>\bin\gibo`) to your system's PATH environment variable.
Expand Down

0 comments on commit fcd8c97

Please sign in to comment.