diff options
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r-- | test/scenario_test/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index f8d1364e..5663d936 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -77,7 +77,8 @@ You also need this operation at every modification to the source code. ```shell $ cd $GOPATH/src/github.com/osrg/gobgp -$ sudo fab -f ./test/lib/base.py make_gobgp_ctn --set tag=gobgp +$ go install ./gobgp/ +$ go install ./gobgpd/ ``` ## <a name="section3"> Run test |