summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-10-03 01:50:06 -0700
committerSteve Piercy <web@stevepiercy.com>2016-10-03 01:50:06 -0700
commite39cc85a8573148889a82318fb7c727361835790 (patch)
tree904c0e730d6f20c2450de937804ec1f8cc0642bc /HACKING.txt
parent84b4962b2bb6ed065cb5bcc35d6302811f5637cd (diff)
downloadpyramid-e39cc85a8573148889a82318fb7c727361835790.tar.gz
pyramid-e39cc85a8573148889a82318fb7c727361835790.tar.bz2
pyramid-e39cc85a8573148889a82318fb7c727361835790.zip
per @mmerickel comment https://github.com/Pylons/pyramid/pull/2782#pullrequestreview-2456763
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 73de79014..cdfe5cf9c 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -90,7 +90,7 @@ way to get going.
$ git clone git://github.com/Pylons/pyramid.git .
- Alternatively, create a writeable fork on GitHub and check that out.
+ Alternatively, create a writeable fork on GitHub and clone it.
Since Pyramid is a framework and not an application, it can be convenient to
work against a sample application, preferably in its own virtual environment. A