Tweak README

This commit is contained in:
Tony Garnock-Jones 2022-03-09 21:41:11 +01:00
parent 8c3e6479e7
commit 2335c364f0
1 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@ Copyright ©20202022 Tony Garnock-Jones.
SqueakPhone comes in two pieces: this is the `git`-based portion, and **there's another part
that lives in [SqueakSource](https://squeaksource.com/SqueakPhone.html)**.
## Loading the Smalltalk code into an existing image
You can work with most of the codebase without actually running it on a phone. (In fact, it
also makes sense to transfer images back and forth between desktop VMs and the phone.)
The relevant packages to load into your Squeak image are:
```smalltalk
@ -22,7 +27,7 @@ Installer squeaksource
install: 'SqueakPhone'.
```
## Building/installing the system
## Building/installing the system for on-phone use
Follow these steps after [installing the base Synit
system](https://synit.org/book/install.html).