Skip to content

Commit

Permalink
Fix README mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Oct 6, 2014
1 parent 4faecad commit ac40937
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ This is a memcache client library for the Go programming language

After this command *gomemcache* is ready to use. Its source will be in:

$GOROOT/src/pkg/github.com/bradfitz/gomemcache/memcache

You can use `go get -u -a` for update all installed packages.

### Using *git clone* command:

$ git clone git://github.com/bradfitz/gomemcache
$ cd gomemcache/memcache
$ make install
$GOPATH/src/github.com/bradfitz/gomemcache/memcache

## Example

Expand All @@ -37,7 +29,7 @@ You can use `go get -u -a` for update all installed packages.

## Full docs, see:

See http://godoc.org/github.com/bradfitz/gomemcache/memcache
See https://godoc.org/github.com/bradfitz/gomemcache/memcache

Or run:

Expand Down

0 comments on commit ac40937

Please sign in to comment.