From 2335c364f0a95ed0eb1a0b48b9c2b8ecf5fa7a6e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 9 Mar 2022 21:41:11 +0100 Subject: [PATCH] Tweak README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae31e45..8cff579 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Copyright ©2020–2022 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).