Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Mar 25, 2024
1 parent 1149762 commit 90eb0e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ See each Mendix document/object as a separate file in the output directory. And

## Usage

### Download

First download the exporter program.

- Download the latest release from the [releases page](https://github.com/cinaq/mendix-model-exporter/releases)
- Run the executable with the following command line arguments:
- `--input` or `-i` to specify the input file or directory. Default is `./` which means the current directory. It will look for `.mpr` files in the current directory.
Expand Down Expand Up @@ -80,6 +76,12 @@ Now whenever you commit using git-bash, the Mendix model will be exported to Yam

Create a PR with your changes. We will review and merge it.

Make sure to run the tests before creating a PR:

```bash
make test
```

## Features

- Export Mendix model to Yaml
Expand Down

0 comments on commit 90eb0e5

Please sign in to comment.