Skip to content

Commit 4e7e0e7

Browse files
authored
Update README.md
1 parent a1888e4 commit 4e7e0e7

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,9 @@ The resulting pdf or html site will be written into the `_result` directory.
155155
156156
Add the `-h` flag to get documentation.
157157
158-
**pillar build**
159-
It builds by default the export format found in `pillar.conf` at `defaultExport` target.
160-
161-
**pillar archetype**
162-
163-
**pillar updateTemplate**
158+
- **pillar build** builds by default the export format found in `pillar.conf` at `defaultExport` target.
159+
- **pillar archetype** installs the archetype
160+
- **pillar check** launches all the book checkers defined in the configuration.
164161
165162
## Contributing to Pillar
166163
@@ -184,32 +181,44 @@ First remove existing packages from the Pharo distribution.
184181
Smalltalk globals
185182
at: #BaselineOfMicrodown
186183
ifPresent: [ :c | c removeFromSystem ].
184+
```
187185
186+
Then load the dev branch of Pillar, it should also load the dev branch of Microdown so that you can work on both projects when they need to be in sync.
187+
188+
```
188189
Metacello new
189190
baseline: 'Pillar';
190191
repository: 'github://pillar-markup/pillar:xxx/src';
191192
onConflict: [ :ex | ex useIncoming ];
192193
onUpgrade: [ :ex | ex useIncoming ];
193194
load: #('All').
194-
195195
```
196196
197+
197198
The following script can be useful if you develop using the launcher and want to try to execute the image as from a pillar command
198199
199200
```
201+
..../Pharo/vms/100-x64/Pharo.app/Contents/MacOS/Pharo ..../Pharo/images/P11-PillarRealReference/P10-PillarRealReference.image clap archetype welcome
200202
201-
/Users/ducasse/Documents/Pharo/vms/100-x64/Pharo.app/Contents/MacOS/Pharo /Users/ducasse/Documents/Pharo/images/P11-PillarRealReference/P10-PillarRealReference.image clap archetype welcome
202-
203-
/Users/ducasse/Documents/Pharo/vms/100-x64/Pharo.app/Contents/MacOS/Pharo /Users/ducasse/Documents/Pharo/images/P11-PillarRealReference/P10-PillarRealReference.image clap build pdf index.md
203+
..../Pharo/vms/100-x64/Pharo.app/Contents/MacOS/Pharo ..../Pharo/images/P11-PillarRealReference/P10-PillarRealReference.image clap build pdf index.md
204204
```
205205
206206
207+
208+
209+
207210
## History
208211
209212
The development of Pillar and Microdown are now in Pharo 13.
210213
211214
212215
### For Pharo 13
216+
- v11
217+
- Removing Pillar syntax support.
218+
- Using more recent version of Microdown.
219+
- Better support for book checkers.
220+
- On the way to use a templating microdown approach (so that user can customise the output at the document element level).
221+
213222
- v10.4.5 [ Pharo 13 - Pillar & Microdown syntax ]
214223
- Revisit all commands and make them work in Pharo13
215224
- Latest version with Pillar syntax

0 commit comments

Comments
 (0)