documentation
This commit is contained in:
parent
91a4467f3e
commit
da9a0c9948
@ -12,3 +12,4 @@ for shell in dash bash ksh oksh pdksh zsh; do
|
|||||||
echo Skipping $shell because it is not in the PATH
|
echo Skipping $shell because it is not in the PATH
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
echo
|
@ -19,6 +19,12 @@ Run the tests
|
|||||||
cd urchin/tests
|
cd urchin/tests
|
||||||
../urchin .
|
../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
|
## Globally
|
||||||
Download Urchin like so (as root) (or use npm, below):
|
Download Urchin like so (as root) (or use npm, below):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user