Skip to content

Commit 42f19e6

Browse files
committed
CONTRIBUTING.md updated with new prism instalation procedure
1 parent 9d75193 commit 42f19e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ The above local "Initial setup" is complete
137137

138138
* [pyenv](https://github.com/yyuu/pyenv)
139139
* [tox](https://pypi.python.org/pypi/tox)
140-
* [prism](https://github.com/stoplightio/prism) v0.6 - you can also install it locally by using `test/prism.sh` script
140+
* [prism](https://github.com/stoplightio/prism) v0.6 - It should be available in your PATH, but unittest script
141+
will try to install it locally if not found. Apart from PATH env variable it will check in `~/bin` and `/usr/local/bin`.
142+
You can install by yourself it in user dir by calling `source test/prism.sh`.
141143

142144
#### Initial setup: ####
143145

0 commit comments

Comments
 (0)