We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f421d commit 88f983fCopy full SHA for 88f983f
README.md
@@ -91,6 +91,8 @@ Do you want **migrate from Markdown to New Markdown** easily and quickly? Read [
91
### TL;DR
92
93
```shell
94
+cargo install nmd
95
+
96
nmd generate dossier -p dossier/input/path -f -w
97
98
nmd dossier -p dossier/input/path add -d new-document.nmd
@@ -100,11 +102,11 @@ nmd compile dossier -i dossier/input/path
100
102
101
103
### Installation
104
-To install NMD, follow these steps:
105
+You can install NMD using Cargo or downloading last release from Github.
106
-1. Download the last release based on your operating system
-2. Extract files
107
-3. Run `nmd` execution file
+```shell
108
109
+```
110
111
### NMD CLI
112
0 commit comments