Update the docs, remove the shallow clone proscription.
authorSteven Black <redacted>
Sun, 20 Aug 2017 16:18:05 +0000 (12:18 -0400)
committerSteven Black <redacted>
Sun, 20 Aug 2017 16:18:05 +0000 (12:18 -0400)
readme_template.md

index 2bcddd7f46781efe86c145bb97a40d06b127c990..3584f5d09e8168db04d3613b0c9d01082b1f10a4 100644 (file)
@@ -1,23 +1,5 @@
 [![Build Status](https://travis-ci.org/StevenBlack/hosts.svg?branch=master)](https://travis-ci.org/StevenBlack/hosts)
 
-### Cloning?  Use a shallow clone and avoid 400 Mb of history
-
-A **shallow clone** is a good idea because you probably don't need many years of history.
-
-Like this:
-
-    git clone --depth 5 https://github.com/StevenBlack/hosts.git
-
-To run unit tests, in the top level directory, just run:
-
-    python testUpdateHostsFile.py
-
-**Note** if you are using Python 2, you must first install the `mock` library:
-
-    pip install mock
-
-Afterwards, you can follow the instructions above.
-
 # Unified hosts file @EXTENSIONS_HEADER@
 
 This repository consolidates several reputable `hosts` files, and merges them
@@ -57,6 +39,14 @@ folders.
 
 ## Generate your own unified hosts file
 
+To run unit tests, in the top level directory, just run:
+
+    python testUpdateHostsFile.py
+
+**Note** if you are using Python 2, you must first install the `mock` library:
+
+    pip install mock
+
 The `updateHostsFile.py` script, which is python 2.7 and Python 3-compatible,
 will generate a unified hosts file based on the sources in the local `data/`
 subfolder.  The script will prompt you Whether it should fetch updated
git clone https://git.99rst.org/PROJECT