documentation

This commit is contained in:
Thomas Levine 2013-06-27 11:44:19 -07:00
parent 91a4467f3e
commit da9a0c9948
2 changed files with 7 additions and 0 deletions

View File

@ -12,3 +12,4 @@ for shell in dash bash ksh oksh pdksh zsh; do
echo Skipping $shell because it is not in the PATH
fi
done
echo

View File

@ -19,6 +19,12 @@ Run the tests
cd urchin/tests
../urchin .
The above command will run the tests in your login shell; to test cross-shell
compatibility, run this.
cd urchin
./cross-shell-tests
## Globally
Download Urchin like so (as root) (or use npm, below):