File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ In the near future we will retire the Pillar markup from the compilation chain.
2222### 1. Building from sources
2323For HTTPS setup, execute the ` build.sh ` script found in the ` scripts ` directory:
2424
25+ ### Here is the latest version for Pharo 13.
26+
27+ ``` bash
28+ $ git clone https://github.com/pillar-markup/pillar.git
29+ $ cd pillar
30+ $ git checkout v10.4.4
31+ $ chmod a+x ./scripts/build.sh
32+ $ ./scripts/build.sh
33+ ```
34+
2535
2636### Here is the latest version for Pharo 12.
2737``` bash
@@ -175,8 +185,17 @@ The following script can be useful if you develop using the launcher and want to
175185
176186# # History
177187
188+ The development of Pillar and Microdown are now in Pharo 13.
189+
190+
191+ # ## For Pharo 13
192+ - v10.4.4 [ Pharo 13 - Pillar & Microdown syntax ]
193+ - Revisit all commands and make them work in Pharo13
194+ - Latest version with Pillar syntax
195+
178196# ## For Pharo 12
179- The development of Pillar and Microdown are now in Pharo 12.
197+
198+ - v10.4.3 [Use MicWriter for HTML output]
180199
181200- v10.4.2 [Last version supporting Pillar documents]
182201 - Use Microdown generators
You can’t perform that action at this time.
0 commit comments