aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorBilly Donahue <billydonahue@google.com>2015-08-26 21:45:10 -0400
committerBilly Donahue <billydonahue@google.com>2015-08-26 21:45:10 -0400
commit3f4e79b99985d1db699e24ce6e7b07896ece1b64 (patch)
treed4711134934d681add4715a23d59603fbf46c380 /googletest/README.md
parent4af3c08579555c9b04c116076b2d542d528d3707 (diff)
downloadgoogletest-3f4e79b99985d1db699e24ce6e7b07896ece1b64.tar.gz
googletest-3f4e79b99985d1db699e24ce6e7b07896ece1b64.tar.bz2
googletest-3f4e79b99985d1db699e24ce6e7b07896ece1b64.zip
readme merging
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 0a6d95ba..b1db8722 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -65,29 +65,6 @@ below), which has further requirements:
re-generating certain source files from templates)
* [CMake](http://www.cmake.org/) 2.6.4 or newer
-## Getting the Source ##
-
-Google Test's source is available from its GitHub repository at
-<https://github.com/google/googletest>.
-The GitHub repository offers stable tagged releases available as .ZIP archives.
-A Git checkout requires a few extra steps and some extra software
-packages on your system, but lets you track the latest development and
-make patches much more easily, so we highly encourage it.
-
-### Source Package ###
-
-Snapshots of Google Test's master branch can be downloaded directly with
-GitHub's "Download ZIP" button on the main page.
-
-Versioned releases are also available by clicking on
-[Releases](releases) in the project page.
-
-### Git Checkout ###
-
-To check out the master branch of Google Test, run the following git command:
-
- git clone https://github.com/google/googletest.git (via HTTPS)
-
## Setting up the Build ##
To build Google Test and your tests that use it, you need to tell your