summaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-10-05 14:45:14 -0500
committerGitHub <noreply@github.com>2018-10-05 14:45:14 -0500
commit6a207944e61cecb49f600e1d17f80f3aab8f3f0d (patch)
tree983424984e8c39ef2a4c40eb00b70c2a359e1106 /contributing.md
parent964e30e18228728ebb14975efffc4a589bd8511b (diff)
parent6126726f7cfeb1727b6171fe19770bd0183ad717 (diff)
downloadpyramid-6a207944e61cecb49f600e1d17f80f3aab8f3f0d.tar.gz
pyramid-6a207944e61cecb49f600e1d17f80f3aab8f3f0d.tar.bz2
pyramid-6a207944e61cecb49f600e1d17f80f3aab8f3f0d.zip
Merge pull request #3374 from ayharano/master
Adjust virtual env instruction line range reference.
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.md b/contributing.md
index 40c42add7..aa0f10761 100644
--- a/contributing.md
+++ b/contributing.md
@@ -51,7 +51,7 @@ System](https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.h
git remote add upstream git@github.com:Pylons/pyramid.git
5. Create a virtual environment and set an environment variable as instructed in the
- [prerequisites](https://github.com/Pylons/pyramid/blob/master/HACKING.txt#L55-L58).
+ [prerequisites](https://github.com/Pylons/pyramid/blob/master/HACKING.txt#L48-L56).
# Mac and Linux
$ export VENV=~/hack-on-pyramid/env