Skip to content

Commit 8ffc207

Browse files
committed
improved Seaside loading instructions
1 parent f89a86b commit 8ffc207

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_projects/seaside.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ title: Seaside
33
img-src: projects/seaside.png
44
href: https://github.com/SeasideSt/Seaside
55
quick-install: >
6-
Metacello new
6+
"For Squeak >= 5.2"
7+
Installer ensureRecentMetacello.
8+
(Smalltalk at: #Metacello) new
79
baseline:'Seaside3';
810
repository: 'github://SeasideSt/Seaside:master/repository';
911
load
1012
quick-install-notes: >
11-
Make sure you have <a href="https://github.com/dalehenrich/metacello-work" target="_blank">Metacello</a> installed.
13+
See <a href="https://github.com/SeasideSt/Seaside#install-in-squeak">the Github README</a> for more detailed installation instructions.
1214
---
1315
A layered set of abstractions over HTTP and HTML, that let you build highly interactive web applications.

0 commit comments

Comments
 (0)