diff --git a/README.md b/README.md index 70593f9..7a89252 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@

Setup

-

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder
(If you still have "example_request_handler.js" be sure to delete it!)
If this is running at a URL then you can define the exported URL at Line 14 (exportURI)
If you want to expand the files that the server allows to be saved to it you can do that at Line 15 (acceptedTypes)
Note: This is soon to be included in a config json so code editing will no longer be needed
If you just want a quick setup use the "quick-setup.sh" file in this repo

+

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder
(If you still have "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 baseURL. 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