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.
next
Chih-Chyuan Hwang 2017-08-28 15:43:42 +08:00 committed by Michael Stapelberg
parent f1e6d4ef2d
commit 044f03d5c7
1 changed files with 4 additions and 0 deletions

View File

@ -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 dont want to use cpanminus for some reason, the same works with cpan:
@ -90,6 +92,8 @@ If you dont 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 dont have root permissions, you can also install into your home