Skip to content

Commit

Permalink
NOP update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joubin Houshyar committed May 11, 2012
1 parent e377e88 commit 7bd14ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ Confirm:
alphazero[14]:entrevous$


## build and install
## get, and install, Go-Redis

Go-Redis is built using the Go tool. The tool assumes the code will be in a folder $GOPATH/src/redis .

cd $GOPATH/src/redis

cd $GOPATH/src
git clone git://github.com/alphazero/Go-Redis.git redis
cd redis
go install

Confirm the install has created redis.a in your $GOPATH/pkg/<arch> folder:
Expand Down

0 comments on commit 7bd14ad

Please sign in to comment.