diff --git a/notes.md b/notes.md index 811cebe..2353df7 100644 --- a/notes.md +++ b/notes.md @@ -124,7 +124,7 @@ Release Checklist At a minimum there is: - `web/webperl.js` - `Perl.WebPerlVersion` - `emperl5/ext/WebPerl/WebPerl.pm` - `$VERSION` - - `pages/index.md` - download links + - `pages/index.md` and `pages/using.md` - download links - Update [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) values as needed, e.g.: diff --git a/using.md b/using.md index 1283d19..86a3330 100644 --- a/using.md +++ b/using.md @@ -30,6 +30,19 @@ Your feedback is always appreciated! Basic Usage ----------- +### Getting WebPerl + +If you plan on building WebPerl, for example if you'd like to add more CPAN +modules, then head on over to [Building WebPerl](building.html). Otherwise, if +you'd just like to get started quickly and work with the prebuilt WebPerl +(includes many of the Perl core modules plus a couple extras), then download +[`webperl_prebuilt_v0.07-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip) +and unpack it. This ZIP file includes the contents of the +[`web`](https://github.com/haukex/webperl/tree/master/web) directory of the +source code, as well as the build products `emperl.*` (currently three files). +If you'd like to work with the source code as checked out from GitHub, then you +can copy these `emperl.*` files into the `web` directory of the source tree. + ### Serving WebPerl You should serve WebPerl via a webserver of your choice, or you can