You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2018/01/09 05:44:22 UTC

[royale-asjs] branch develop updated: Update README.md with instructions about npm installation on Windows Update .gitignore

This is an automated email from the ASF dual-hosted git repository.

bigosmallm pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new f9b4088  Update README.md with instructions about npm installation on Windows Update .gitignore
f9b4088 is described below

commit f9b408819443d561aa340ab4b0f0ada6c1bcb420
Author: Om Muppirala <om...@mz.com>
AuthorDate: Mon Jan 8 21:44:18 2018 -0800

    Update README.md with instructions about npm installation on Windows
    Update .gitignore
---
 .gitignore | 3 +++
 README.md  | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index c40e0f5..352c363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,6 @@ vf2js/frameworks/js/
 #FlexJS generated files
 frameworks/js/FlexJS/generated-sources
 manualtests/FlexJSTest_SVG/bin
+
+#npm
+node_modules
diff --git a/README.md b/README.md
index 592e607..2961572 100644
--- a/README.md
+++ b/README.md
@@ -179,10 +179,16 @@ If you are not interested in SWF output, the binary distribution can just be unz
 
 If you want SWF output, use NPM. Run:
 
+- Mac
 ```bash
 sudo npm install royale -g
 ```
 
+- Windows
+```bash
+npm install royale -g
+```
+
 # Using Royale
 
 In order to get started using Royale, you are invited to follow along with the [Quick Start Guide](https://github.com/apache/royale-asjs/wiki/Quick-Start).

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].