summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Harano <alexandre@harano.net.br>2018-10-05 15:46:29 -0300
committerAlexandre Harano <alexandre@harano.net.br>2018-10-05 15:46:29 -0300
commit6126726f7cfeb1727b6171fe19770bd0183ad717 (patch)
tree48d6a57ac41b45e2a25a55e6bdff6a6f03328996
parent536caa6e0306be956a0bb281b6370effc476d38d (diff)
downloadpyramid-6126726f7cfeb1727b6171fe19770bd0183ad717.tar.gz
pyramid-6126726f7cfeb1727b6171fe19770bd0183ad717.tar.bz2
pyramid-6126726f7cfeb1727b6171fe19770bd0183ad717.zip
Adjust virtual env instruction line range reference.
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--contributing.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 80b43c8ec..7256b66db 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -332,3 +332,5 @@ Contributors
- Kuzma Leshakov, 2018/09/07
- Colin Dunklau, 2018/09/19
+
+- Alexandre Yukio Harano, 2018/10/05
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