switch installer to EUMM
[catagits/DOM-Tiny.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 17283c8..52679e3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -24,16 +24,16 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
 As a last resort, you can manually install it. Download the tarball, untar it,
 then build it:
 
-    % perl Build.PL
-    % ./Build && ./Build test
+    % perl Makefile.PL
+    % make && make test
 
 Then install it:
 
-    % ./Build install
+    % make install
 
 If you are installing into a system-wide directory, you may need to run:
 
-    % sudo ./Build install
+    % sudo make install
 
 ## Documentation