Skip to content

Commit

Permalink
node compat info, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Aug 22, 2011
1 parent f53263c commit 5b3d94d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md 100644 → 100755
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions docs/Setup.md 100644 → 100755
Expand Up @@ -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
===========
Expand Down

0 comments on commit 5b3d94d

Please sign in to comment.