diff --git a/README.md b/README.md index a66fea3..c69e164 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ I made it because I wanted an easy way to make a library that can be used in any ## How does it work? Write your code inside the `source` folder.
-Then run `frogasaurus.js` with [deno](https://deno.land). +Then use the `frogasaurus` command in the root folder. Your bundled project will appear!
Use the `-import.js` file when importing the project.
@@ -18,8 +18,14 @@ Use the `-embed.js` file when embedding the project. If you export a function called `main`...
An extra `-standalone.js` file will appear, that you can run in the command line with [deno](https://deno.land).
+## How do I install it? +Run this command using [deno](https://deno.land/): +``` +deno install --allow-write=. --allow-read=. frogasaurus.js +``` + ## What? I don't understand? -Check out the [Hello World Guide](docs/hello-world.md). +Check out the [Hello World Guide](docs/hello-world.md) (or other [guides](docs/guides.md)). ## Anything else I should know? -Yes! There are some limitations! But it's all a secret (for now). +Yes! There are many limitations! But it's all a secret (for now).