Fixing installation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-06-09 20:30:37 -05:00
parent 55b6708b06
commit 9738bb43e3
1 changed files with 6 additions and 2 deletions

View File

@ -10,11 +10,15 @@ BaselineOfMiniDocs >> baseline: spec [
spec
for: #common
do: [
"Dependencies"
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache'].
"Packages"
spec
package: 'MiniDocs'
package: 'Markdeep'
with: [ spec requires: #('Mustache') ]
].
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache']
]