Skip to content

Commit

Permalink
Update squeak installation instructions...cherry picked from commit 7…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jul 4, 2012
1 parent da98fc0 commit 95d057a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/SqueakInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
#### <a name="bootstrap"></a>Bootstrap FileTree into Image

```Smalltalk
Installer ss3
Installer ss3
project: 'FileTree';
install: 'ConfigurationOfFileTree'.
((Smalltalk at: #ConfigurationOfFileTree) project version: '1.0') load.
install: 'MonticelloFileTree-Core.squeak43'.
```

#### <a name="loadlatest"></a>Load FileTree from Git repository
#### <a name="loadlatest"></a>Load FileTree from Git repository

Edit path to match `clone directory`:

```Smalltalk
Gofer new
repository: (MCFileTreeRepository new directory:
(FileDirectory on: '/opt/git/filetree/repository/'));
package: 'MonticelloFileTree-Core';
load.
Installer monticello
mc: (MCFileTreeRepository directory:
(FileDirectory uri: '/opt/git/filetree/repository/'));
install: 'MonticelloFileTree-Core'
```

0 comments on commit 95d057a

Please sign in to comment.