George S. Baugh 4 лет назад
Родитель
Сommit
82b8e0e2f4
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -39,6 +39,16 @@ Drop-in replacement for Selenium::Remote::Driver
 This module stores a number of things in your homedirectory's .selenium folder.
 You may want to clear this out periodically, as various log files and configuration data becomes stale.
 
+## BUILDING
+
+This is a Dist::Zilla CPAN module.  To build this project, do the following:
+
+* Install Dist::Zilla either via cpan or your favorite package manager
+
+`dzil authordeps --missing | sudo cpanm`
+`dzil listdeps   --missing | sudo cpanm`
+`dzil build`
+
 ## TESTING
 
 To check how this works with your setup, install Selenium::Client from CPAN (or just clone this repo), and then run: