diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b04047a..aa74baf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,6 @@ name: Build -on: - pull_request: - push: +on: [push,pull_request] jobs: build: diff --git a/docs/Installation.md b/docs/Installation.md index 1229d79..5b7fc66 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -13,6 +13,15 @@ Metacello new ``` > Change `release-candidate` to some released version if you want a pinned version +or if you want to use the Seaside extensions: + +```smalltalk +Metacello new + baseline: 'RenoirSt'; + repository: 'github://ba-st/RenoirSt:release-candidate/source'; + load: 'Deployment-Seaside-Extensions'. +``` + ### Pharo 5 - Open a Playground and evaluate: