Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Jul 13, 2024
1 parent 80f421d commit 88f983f
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 @@ -91,6 +91,8 @@ Do you want **migrate from Markdown to New Markdown** easily and quickly? Read [
### TL;DR

```shell
cargo install nmd

nmd generate dossier -p dossier/input/path -f -w

nmd dossier -p dossier/input/path add -d new-document.nmd
Expand All @@ -100,11 +102,11 @@ nmd compile dossier -i dossier/input/path

### Installation

To install NMD, follow these steps:
You can install NMD using Cargo or downloading last release from Github.

1. Download the last release based on your operating system
2. Extract files
3. Run `nmd` execution file
```shell
cargo install nmd
```

### NMD CLI

Expand Down

0 comments on commit 88f983f

Please sign in to comment.