Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse authored Jun 12, 2024
1 parent eef44a2 commit 3ab8c75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# CoypuIDE


<a href="https://www.pharo.org">
<img alt="Pharo" src="https://img.shields.io/static/v1?style=for-the-badge&message=Pharo&color=3297d4&logo=Harbor&logoColor=FFFFFF&label=" />
</a>

### Loading latest development version

```Smalltalk
Metacello new
baseline: 'CoypuIDE';
repository: 'github://pillar-markup/CoypuIDE/';
onConflict: [ :ex | ex useIncoming ];
onUpgrade: [ :ex | ex useIncoming ];
load.
```

0 comments on commit 3ab8c75

Please sign in to comment.