You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/27 17:30:50 UTC

[royale-docs] branch master updated: download page

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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7acde23  download page
7acde23 is described below

commit 7acde230ff6ee99358e8af6a2cba404dbfe39301
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon May 27 19:30:44 2019 +0200

    download page
---
 get-started/download-royale.md | 10 +++++++---
 get-started/hello-world.md     |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/get-started/download-royale.md b/get-started/download-royale.md
index c1f07bc..48f873c 100644
--- a/get-started/download-royale.md
+++ b/get-started/download-royale.md
@@ -20,7 +20,9 @@ title: Download Royale
 
 # Download Royale
 
-You can download Apache Royale via Node Package Manager (NPM) or from mirrors of Apache releases.  NPM is simpler.
+know how you can grab your bits
+
+You can download Apache Royale via [Node Package Manager(NPM)](https://www.npmjs.com/){:target='_blank'} or from mirrors of Apache releases.  NPM is simpler.
 
 ## NPM
 
@@ -31,6 +33,7 @@ To use NPM to install Royale, use the following command line for your operating
 ```
 sudo npm install @apache-royale/royale-js -g
 ```
+
 ### Windows
 
 ```
@@ -44,6 +47,7 @@ If you want SWF output as well as JavaScript output, install these packages inst
 ```
 sudo npm install @apache-royale/royale-js-swf -g
 ```
+
 ### Windows
 
 ```
@@ -67,10 +71,10 @@ If you want SWF output as well as JavaScript output, download one of these packa
 
 [zip (for Windows)](http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/apache-royale-0.9.1-bin-js-swf.zip){:target='_blank'}
 
-Once downloaded, uncompress the file into a folder somewhere.  This folder will be referred to as the SDK folder throughout the documentation.  If you chose the package with SWF support, you will need to follow the instructions in the README to install libraries from Adobe System Inc or use the Apache Ant script InstallAdobeSDKs.xml by running from the SDK folder:
+Once downloaded, uncompress the file into a folder somewhere.  This folder will be referred to as the SDK folder throughout the documentation.  If you chose the package with SWF support, you will need to follow the instructions in the README to install libraries from Adobe System Inc or use the Apache Ant script `InstallAdobeSDKs.xml` by running from the SDK folder:
 
 ```
 ant -f InstallAdobeSDKs.xml
 ```
 
-At this point, you should be able to run the js/bin/mxmlc compiler from your Royale SDK folder to compile a Royale application.  See the [Hello World]get-started/hello-world.html) section for more details.
+At this point, you should be able to run the `js/bin/mxmlc` compiler from your Royale SDK folder to compile a Royale application.  See the [Hello World](get-started/Hello-World.html) section for more details.
diff --git a/get-started/hello-world.md b/get-started/hello-world.md
index a3bf7f5..8955b27 100644
--- a/get-started/hello-world.md
+++ b/get-started/hello-world.md
@@ -63,7 +63,7 @@ In the `src` folder, create a file called `HelloWorld.mxml` and use your favorit
 
 ## Compile the source file
 
-If you used [npm](https://www.npmjs.com/){:target='_blank'} to install Royale, run from your project folder:
+If you used [NPM](https://www.npmjs.com/){:target='_blank'} to install Royale, run from your project folder:
 
 ```
 mxmlcnpm src/HelloWorld.mxml