Index: readme.txt
==================================================================
--- readme.txt
+++ readme.txt
@@ -10,11 +10,11 @@
       http://www.digitalmars.com/d/2.0/changelog.html
     Version 2.050 is recommended. Older or newer version may not work.
 
   - Build
       (for Windows) Run build.bat
-      (for Unix) Run build.sh
+      (for Unix) Run sh build.sh
       or use your favorite build tools upon main.d and polemy/*.d.
 
   Then you will get the executable "polemy" in the "bin" directory.
 
 
@@ -27,10 +27,11 @@
     See http://3d.benjamin-thaut.de/?p=15 for the detail.
 
     (this package is used only for enabling stack-traces during printing exceptions;
      it is not used for release builds.)
 
+  tricks/*
   polemy/*
   main.d
 
     All the other parts are written by Kazuhiro Inaba and
     licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ).