Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Oct 1, 2023
1 parent 86c26e8 commit 5c13194
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ Metacello new
load
```

### Add in your baseline

#### Stable version

```st
spec baseline: 'Pyramid' with: [ spec repository: 'github://OpenSmock/Pyramid:main/src' ].
```

#### Latest development version

```st
spec baseline: 'Pyramid' with: [ spec repository: 'github://OpenSmock/Pyramid:dev/src' ].
```

## <img src="/resources/puce.svg" width="75" height="75" align="bottom"> How to use Pyramid

### Create a new project
Expand Down

0 comments on commit 5c13194

Please sign in to comment.