From: Chih-Chyuan Hwang Date: Mon, 28 Aug 2017 07:43:42 +0000 (+0800) Subject: Update doc for dependency Module::Install (#2877) X-Git-Tag: 4.14~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=044f03d5c77df80e03deaeec735e0d7f69060182;p=i3%2Fi3 Update doc for dependency Module::Install (#2877) After moving to AnyEvent-I3, a new testsuite dependency is introduced: Module::Install. Update the doc for this. See the issue #2876. --- diff --git a/docs/testsuite b/docs/testsuite index 00beacb1..795be042 100644 --- a/docs/testsuite +++ b/docs/testsuite @@ -82,6 +82,8 @@ The tests additionally require +Xephyr(1)+ to run a nested X server. Install $ cd ~/i3/testcases $ sudo apt-get install cpanminus $ sudo cpanm . +$ cd ~/i3/AnyEvent-I3 +$ sudo cpanm . -------------------------------------------------------------------------------- If you don’t want to use cpanminus for some reason, the same works with cpan: @@ -90,6 +92,8 @@ If you don’t want to use cpanminus for some reason, the same works with cpan: -------------------------------------------------------------------------------- $ cd ~/i3/testcases $ sudo cpan . +$ cd ~/i3/AnyEvent-I3 +$ sudo cpan . -------------------------------------------------------------------------------- In case you don’t have root permissions, you can also install into your home