diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 640db12..22cd25a --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ Assumes NodeJS is installed. See [./docs/Setup.md](https://github.com/pinf/loade git clone git://github.com/pinf/loader-js.git cd ./loader-js node ./pinf-loader -v ./demos/HelloWorld + + # If `commonjs` is linked to `./pinf-loader.sh` and on `$PATH` + + commonjs -v ./demos/HelloWorld For more demos see: [./docs/Demos.md](https://github.com/pinf/loader-js/blob/master/docs/Demos.md) diff --git a/docs/Setup.md b/docs/Setup.md old mode 100644 new mode 100755 index 2b77316..a33e02e --- a/docs/Setup.md +++ b/docs/Setup.md @@ -8,6 +8,12 @@ The loader should work on any CommonJS platform for which there is an adapter. N UNIX file paths are expected and no testing has been done on Windows. +Compatibility +------------- + + * `0.1.x` requires NodeJS `0.4.x` + * `0.2.x` requires NodeJS `>= 0.5` and NPM `>= 1.0.24` + Loader Code ===========