You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,12 +155,9 @@ The resulting pdf or html site will be written into the `_result` directory.
155
155
156
156
Add the `-h` flag to get documentation.
157
157
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.
164
161
165
162
## Contributing to Pillar
166
163
@@ -184,32 +181,44 @@ First remove existing packages from the Pharo distribution.
184
181
Smalltalk globals
185
182
at: #BaselineOfMicrodown
186
183
ifPresent: [ :c | c removeFromSystem ].
184
+
```
187
185
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.
0 commit comments