diff options
author | B. Watson <yalhcru@gmail.com> | 2019-03-13 03:09:04 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-03-13 03:09:04 -0400 |
commit | 293037f30ee89933551421df1a5193c4322179ab (patch) | |
tree | 7bb8ecf4bdb6be3baa8771773c4bfffb9b0ba6f1 /src | |
parent | b8fc9491cdde70ed9224a13cc8039e82bf0d54ff (diff) | |
download | fujichat-293037f30ee89933551421df1a5193c4322179ab.tar.gz |
add ATR download URL to README
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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, |