From 5c93a113f3c707f3b424d7eefc8d2d5a74ed8921 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 24 Jan 2015 01:05:20 +0900 Subject: [PATCH] Document about `make itprep` --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c8d571ec..5fa43e26 100644 --- a/README.rst +++ b/README.rst @@ -188,8 +188,13 @@ its testing framework. We depend on the following libraries: * https://github.com/tatsuhiro-t/go-nghttp2 * https://golang.org/x/net/spdy -To run the tests, after installing above packages and their -dependencies, enter ``integration-tests`` directory and run:: +To download the above packages, after settings ``GOPATH``, run the +following command under ``integration-tests`` directory:: + + $ make itprep + +To run the tests, run the following command under +``integration-tests`` directory:: $ make it