Timestamping callback interface in folly::AsyncSocket
[folly.git] / README.md
index 7209b569c1b3b6cf87f0303524f56a422fe9e938..bc6c47473c9c372a3f34954dfa9282b6120f9d02 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Folly is published on Github at https://github.com/facebook/folly
 folly requires gcc 4.8+ and a version of boost compiled with C++11 support.
 
 Please download googletest from
-https://googletest.googlecode.com/files/gtest-1.7.0.zip and unzip it in the
+https://github.com/google/googletest/archive/release-1.7.0.zip and unzip it in the
 folly/test subdirectory.
 
 #### Ubuntu 12.04
@@ -109,7 +109,7 @@ sudo apt-get install \
     libssl-dev
 ```
 
-If advanced dubugging functionality for tests are required
+If advanced debugging functionality is required
 
 ```
 sudo apt-get install \
@@ -147,8 +147,6 @@ You may also use `folly/build/bootstrap-osx-homebrew.sh` to build against `maste
 ```
   cd folly
   ./build/bootstrap-osx-homebrew.sh
-  make
-  make check
 ```
 
 #### OS X (MacPorts)