Skip to content

Commit

Permalink
Improve documentation. Fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 30, 2020
1 parent 8a300f6 commit 2bb908d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build

on:
pull_request:
push:
on: [push,pull_request]

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2bb908d

Please sign in to comment.