ソースを参照

more readme details

George S. Baugh 4 年 前
コミット
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.
 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.
 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
 ## TESTING
 
 
 To check how this works with your setup, install Selenium::Client from CPAN (or just clone this repo), and then run:
 To check how this works with your setup, install Selenium::Client from CPAN (or just clone this repo), and then run: