Skip to content

Commit 88f983f

Browse files
committed
Updated README
1 parent 80f421d commit 88f983f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Do you want **migrate from Markdown to New Markdown** easily and quickly? Read [
9191
### TL;DR
9292

9393
```shell
94+
cargo install nmd
95+
9496
nmd generate dossier -p dossier/input/path -f -w
9597

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

101103
### Installation
102104

103-
To install NMD, follow these steps:
105+
You can install NMD using Cargo or downloading last release from Github.
104106

105-
1. Download the last release based on your operating system
106-
2. Extract files
107-
3. Run `nmd` execution file
107+
```shell
108+
cargo install nmd
109+
```
108110

109111
### NMD CLI
110112

0 commit comments

Comments
 (0)