Lines 22-28
DESCRIPTION
Link Here
|
22 |
$ sudo cat ./perl-deps | cpanm |
22 |
$ sudo cat ./perl-deps | cpanm |
23 |
|
23 |
|
24 |
and codespell: |
24 |
and codespell: |
25 |
$ apt-get install codespell |
25 |
$ sudo apt-get install codespell |
26 |
|
26 |
|
27 |
3/ run test suite (optional) |
27 |
3/ run test suite (optional) |
28 |
$ cd /path/to/your/qa-test-tools.git |
28 |
$ cd /path/to/your/qa-test-tools.git |
29 |
- |
|
|