From 0928057cda4cff7194420e14e7d2c5cdfd965185 Mon Sep 17 00:00:00 2001 From: Ralf Barkow <> Date: Tue, 11 Jan 2022 18:00:47 +0100 Subject: [PATCH] Add those steps to the download/README.md --- download/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/download/README.md b/download/README.md index 721571d..4a0f565 100644 --- a/download/README.md +++ b/download/README.md @@ -1,2 +1,10 @@ This is Digitalk's version of Smalltalk=80's "file out" format. http://c2.com/~ward/biota/biota.prj.txt + +A couple of steps: +* Download the file +* Transform it to UTF-8 +* Rename it to an .st extension +* Inspect the file +* You will see a Script view with a File In button. +* Press on it. You will get a DNU because of a missing class creation method but that can be added temporarily.