Skip to content

Commit ac40937

Browse files
committed
Fix README mistakes.
1 parent 4faecad commit ac40937

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ This is a memcache client library for the Go programming language
1111

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

14-
$GOROOT/src/pkg/github.com/bradfitz/gomemcache/memcache
15-
16-
You can use `go get -u -a` for update all installed packages.
17-
18-
### Using *git clone* command:
19-
20-
$ git clone git://github.com/bradfitz/gomemcache
21-
$ cd gomemcache/memcache
22-
$ make install
14+
$GOPATH/src/github.com/bradfitz/gomemcache/memcache
2315

2416
## Example
2517

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

3830
## Full docs, see:
3931

40-
See http://godoc.org/github.com/bradfitz/gomemcache/memcache
32+
See https://godoc.org/github.com/bradfitz/gomemcache/memcache
4133

4234
Or run:
4335

0 commit comments

Comments
 (0)