From 293037f30ee89933551421df1a5193c4322179ab Mon Sep 17 00:00:00 2001
From: "B. Watson" <yalhcru@gmail.com>
Date: Wed, 13 Mar 2019 03:09:04 -0400
Subject: add ATR download URL to README

---
 README        | 7 +++++++
 src/ChangeLog | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/README b/README
index 25ef2cb..626c0b8 100644
--- a/README
+++ b/README
@@ -19,6 +19,13 @@ doc/   - documentation, including (possibly obsolete) design notes.
 src/   - FujiChat source, excluding uIP library.
 uip/   - Modified/hacked-up version of Adam Dunkels' uIP, used as a library.
 
+If you just want to run FujiChat and don't care about compiling it, you
+can grab the latest build from:
+
+http://urchlay.naptime.net/repos/fujichat/plain/src/fujichat.atr
+
+Paste that into your browser and "Save as", or else use wget to download it.
+
 To compile FujiChat:
 
 - First, install cc65.  Needs to be a snapshot or release later than the
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b95059..299e9ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,10 @@ The source is now developed using git, meaning you'll find low-level
 details about changes in the git log. I'll try to remember to update
 this ChangeLog to document major new features and such.
 
+To get the code from git:
+
+git clone git://urchlay.naptime.net/fujichat.git
+
 - 20081201 bkw:
 
 Rewrote & reorganized handle_command(). It now lives in commands.c,
-- 
cgit v1.2.3