Skip to content

Commit

Permalink
Fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayarjo committed Jan 26, 2013
1 parent 19f9b9e commit 69025da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ But there are cases when you might need a custom build, for example free of unne

First of all, if you want to build custom Plupload packages you will require [Node.js](http://nodejs.org/), as this is our build environment of choice. Node.js binaries (as well as Source) [are available](http://nodejs.org/download/) for all major operating systems.

In addtion to Node.js some additional modules will be required. Change your working directory to where you have extracted Pluplod repo and run: `node bootstrap`. All dependencies will be downloaded and installed automatically. Bootstrap will also try to populate `src/moxie/` folder with the actual mOxie source, as Plupload includes it as a sub-module and doesn't contain the source. You should have [git](http://git-scm.com/) installed on your system for this operation to succeed. If you don't have one and you still require the source, you will need to manually download it from [the repository](https://github.com/moxiecode/moxie) and extract to the above folder.
In addtion to Node.js some additional modules will be required. Change your working directory to where you have extracted Plupload repo and run: `node bootstrap`. All dependencies will be downloaded and installed automatically. Bootstrap will also try to populate `src/moxie/` folder with the actual mOxie source, as Plupload includes it as a sub-module and doesn't contain the source. You should have [git](http://git-scm.com/) installed on your system for this operation to succeed. If you don't have one and you still require the source, you will need to manually download it from [the repository](https://github.com/moxiecode/moxie) and extract to the above folder.

*Note:* currently for unknown reason, locally installed Node.js modules on Windows, may not be automatically added to the system PATH. So if `jake` commands below are not recognized you will need to add them manually:

Expand Down

0 comments on commit 69025da

Please sign in to comment.