This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 2c8de64 Created Release Notes 0.9.0 (markdown)
2c8de64 is described below
commit 2c8de642f5a7f97ebd18b688e61ec62b141ac860
Author: aharui <[email protected]>
AuthorDate: Wed Feb 7 12:37:08 2018 -0800
Created Release Notes 0.9.0 (markdown)
---
Release-Notes-0.9.0.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/Release-Notes-0.9.0.md b/Release-Notes-0.9.0.md
new file mode 100644
index 0000000..70880f7
--- /dev/null
+++ b/Release-Notes-0.9.0.md
@@ -0,0 +1,28 @@
+This document contains useful information for the release that was discovered
after the RELEASE_NOTES file was finalized and packaged in the release.
+
+
+## NPM
+
+The instructions in the READMEs for installing NPM were incorrect. You can
use:
+
+- Mac
+```bash
+sudo npm install @apache-royale/royale-js -g
+```
+or for both JS and SWF output:
+
+```bash
+sudo npm install @apache-royale/royale-js-swf -g
+
+- Windows
+```bash
+npm install @apache-royale/royale-js -g
+```
+or for both JS and SWF output:
+```bash
+npm install @apache-royale/royale-js-swf -g
+```
+
+Note that this will always give you the latest release, not the 0.9.0 release.
+
+
--
To stop receiving notification emails like this one, please contact
[email protected].