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-docs.git
The following commit(s) were added to refs/heads/master by this push:
new d0b4ed0 README: added build instructions
d0b4ed0 is described below
commit d0b4ed0dea212957cbc4a1308b1db64e643f4973
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed May 1 07:47:51 2019 -0700
README: added build instructions
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index e3fbb7a..bfea0fb 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,11 @@ When linking to locations not in the help-docs stack,
including other pages in t
You can also use straight HTML for these links, like this:
```<a href="https://flex.apache.org" target="_blank">Apache Flex</a>```
+
+## Build Locally
+
+Install [Jekyll](https://jekyllrb.com/) and run the following command:
+
+```sh
+jekyll build --config local_config.yml
+```
\ No newline at end of file