Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
aabiabdallah committed Mar 26, 2019
1 parent 65ff4c0 commit f98874d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit f98874d

Please sign in to comment.