Skip to content

Commit 89ac856

Browse files
authored
Update README.md
1 parent 6b7ac1b commit 89ac856

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2323
For 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

0 commit comments

Comments
 (0)