Skip to content

Commit 743133d

Browse files
committed
update CONTRIBUTING docs with proxy server details
1 parent b6f1dbb commit 743133d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111

1212
1. build vendorized gtest: `./utils/build_gtest.sh`
1313
2. build restclient-cpp: `./autogen.sh && ./configure && make check`
14-
3. run the unit test suite: `make test`
14+
3. run the proxy server used in testing: `docker run -d -p 3128:3128 chrisdaish/squid`
15+
4. run the unit test suite: `make test`

0 commit comments

Comments
 (0)