Browse Source

doc link updates

Brad Fitzpatrick 14 years ago
parent
commit
e76709e482
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -7,18 +7,18 @@ This is a memcache client library for the Go programming language
 
 
 ### Using *goinstall*
 ### Using *goinstall*
 
 
-    $ goinstall github.com/bradfitz/gomemcache
+    $ goinstall github.com/bradfitz/gomemcache/memcache
 
 
 After this command *gomemcache* is ready to use. Its source will be in:
 After this command *gomemcache* is ready to use. Its source will be in:
 
 
-    $GOROOT/src/pkg/github.com/bradfitz/gomemcache
+    $GOROOT/src/pkg/github.com/bradfitz/gomemcache/memcache
 
 
 You can use `goinstall -u -a` for update all installed packages.
 You can use `goinstall -u -a` for update all installed packages.
 
 
 ### Using *git clone* command:
 ### Using *git clone* command:
 
 
     $ git clone git://github.com/bradfitz/gomemcache
     $ git clone git://github.com/bradfitz/gomemcache
-    $ cd gomemcache
+    $ cd gomemcache/memcache
     $ make install
     $ make install
 
 
 ## Example
 ## Example