736d390bcb51 — Gerald Klix (speedy) tip a month ago
SUM: Updated the readme file.
1 files changed, 21 insertions(+), 4 deletions(-)

M README.md
M README.md +21 -4
@@ 38,8 38,25 @@ named `Cuis7.Xbased`.
 State of This Repository
 ------------------------
 
-For the time being, I did not test whether this repository can be used
-for Haver development. Development takes place in a private repository
-containing code that is not meant for publication.
+The branch named `Cuis7.0based` is the `default` branch.
+Provided that checked out at least the
+[Cuis7-0 repository](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev)
+and – in order to use compatibility packages –
+[Cuis-Smalltalk-Dev repository](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev)
+under a common directory – say `Cuis-Smalltalk` – 
+you can use the `prepareBootstrap.sh` like this:
+
+    ./prepareBootstrap.sh Cuis-Smalltalk
 
-This will change in the future.
+This script will create symlinks and a file that configures
+Haver's package search path to find packages delivered
+with Cuis' core.
+
+Create a Haver image by entering
+
+    squeak Cuis7.0 -s Haverize.st
+
+and save the new Haver image with the World menu's
+menu item `Save Haver Dev Release and Quit`.
+You will find an image named `Haver7.0-6454-003-dev.image`
+in the project's root directory.