Fix README
This commit is contained in:
parent
b7bed2957b
commit
fc307dc6d7
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -2,10 +2,17 @@
|
|||
<img width="150" height="150" src="http://ethanus.ml/images/logo.png">
|
||||
</h1>
|
||||
<p align="center">readme soon™</p>
|
||||
|
||||
<h1 align="center">
|
||||
Setup
|
||||
</h1>
|
||||
<p>EUS has extra dependancies other than <a href="https://github.com/tgpethan/Revolution">Revolution</a>'s base, of which include:<br><a href="https://www.npmjs.com/package/connect-busboy">connect-busboy</a><br><a href="https://www.npmjs.com/package/randomstring">randomstring</a><br><a href="https://www.npmjs.com/package/get-folder-size">get-folder-size</a><br>Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder<br><b>(If you still have "example_request_handler.js" be sure to delete it!)</b><br>
|
||||
If this is running at a URL then you can define the url to build from in the config with <b>baseURL</b>. Just don't put a / at the end!<br>
|
||||
If you want to expand the files that the server allows to be sent to it this can be done in the <b>allowedTypes</b> array<br>
|
||||
|
||||
EUS has extra dependencies other than those of [Revolution](https://github.com/tgpethan/Revolution)'s base, of which include:
|
||||
- [connect-busboy](https://www.npmjs.com/package/connect-busboy)
|
||||
- [randomstring](https://www.npmjs.com/package/randomstring)
|
||||
- [get-folder-size](https://www.npmjs.com/package/get-folder-size)
|
||||
|
||||
Install the dependencies and then simply drop the EUS.js into a Revolution instance's modules folder **(If you still have [example_request_handler.js](https://github.com/tgpethan/Revolution/blob/master/modules/example_request_handler.js) be sure to delete it!)**
|
||||
|
||||
If this is running at a URL then you can define the url to build from in the config with the **baseURL** property. Just don't put a / at the end!
|
||||
|
||||
If you want to expand the files that the server allows to be sent to it this can be done in the **allowedTypes** array
|
||||
|
|
Loading…
Reference in a new issue