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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f7e0def download: add --forground-scripts to npm install command for 
js-swf distribution
0f7e0def is described below

commit 0f7e0defa0b13818ed722225d0dea6ea87b96eec
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri May 12 07:59:27 2023 -0700

    download: add --forground-scripts to npm install command for js-swf 
distribution
---
 download.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/download.md b/download.md
index bbd2d2f9..290874b1 100644
--- a/download.md
+++ b/download.md
@@ -46,7 +46,7 @@ npm install -g @apache-royale/royale-js
 To create JavaScript and SWF applications with Royale, run this command:
 
 ```sh
-npm install -g @apache-royale/royale-js-swf
+npm install -g @apache-royale/royale-js-swf --foreground-scripts
 ```
 
 ## Nightly Builds

Reply via email to