File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ Microdown is a smaller markdown but it is more extensible. It contains a nice bu
1212Microdown is now the default markup for the Pillar document compilation chain.
1313
1414
15+ ## Instal
16+
17+ ``` Smalltalk
18+ Metacello new
19+ baseline: 'Microdown';
20+ repository: 'github://pillar-markup/Microdown:v2.9.3/src';
21+ load.
22+ ```
23+
24+
1525## Why should you use Microdown?
1626
1727Microdown is a smaller markdown but it is more extensible.
@@ -174,7 +184,7 @@ You can also execute the script provided below.
174184``` Smalltalk
175185Metacello new
176186 baseline: 'Microdown';
177- repository: 'github://pillar-markup/Microdown:v2.7.3 /src';
187+ repository: 'github://pillar-markup/Microdown:master /src';
178188 load.
179189```
180190
You can’t perform that action at this time.
0 commit comments