Jelajahi Sumber

more readme details

George S. Baugh 5 tahun lalu
induk
melakukan
82b8e0e2f4
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  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: