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

[royale-asjs] 03/10: Update README.md with instructions about npm installation on Windows Update .gitignore

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

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

commit 945643b8526f7e53a6369aeac16faa5dd320d151
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
    
    (cherry picked from commit f9b408819443d561aa340ab4b0f0ada6c1bcb420)
---
 .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>.