From f98874daeb8e9bd40ae9ecef9e02b5a132a770d9 Mon Sep 17 00:00:00 2001 From: aabiabdallah Date: Tue, 26 Mar 2019 11:23:05 +0300 Subject: [PATCH] Updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b939df..25e5751 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,22 @@ $ git clone https://github.com/moqui/moqui-framework.git ### Download the myaddons.xml file -Download the [myaddons.xml](myaddons.xml) file and copy it to the Moqui Framework root directory. If you're using a unix-based environment you can do this quickly using these commands: +Download using **wget**: ```shell $ cd moqui-framework $ wget https://raw.githubusercontent.com/netvariant/moqui-workflow/master/myaddons.xml ``` +Download using **curl**: + +```shell +$ cd moqui-framework +$ curl -O https://raw.githubusercontent.com/netvariant/moqui-workflow/master/myaddons.xml +``` + +If neither command is available then download [myaddons.xml](myaddons.xml) file manually and copy it to the Moqui Framework root directory. + ### Download the workflow component You're all set to download the workflow component, just run this command and you're done!