Mike 2 лет назад
Родитель
Сommit
4dc1d75a66
2 измененных файлов с 39 добавлено и 5 удалено
  1. 4 3
      README.md
  2. 35 2
      docs/CLIENT.md

+ 4 - 3
README.md

@@ -1,7 +1,6 @@
 # Retro AIM Server
 
-**Retro AIM Server** is an open source AOL Instant Messenger server that supports classic AIM clients from the 2000s.
-Bootstrap your own instant messaging network with minimal setup!
+**Retro AIM Server** is an instant messaging server that revives AOL Instant Messenger clients from the 2000s.
 
 <p align="center">
   <img width="616" alt="screenshot of retro aim server running next to AIM" src="https://github.com/mk6i/retro-aim-server/assets/2894330/81ff419f-50fa-4961-bd2f-ac7dcac903b5">
@@ -21,12 +20,14 @@ The following features are supported:
 
 ## 🏁 How to Run
 
-Get up and running with Retro AIM Server using one of these handy quickstart guides:
+Get up and running with Retro AIM Server using one of these handy server quickstart guides:
 
 * [Linux (x86_64)](./docs/LINUX.md)
 * [macOS (Intel and Apple Silicon)](./docs/MACOS.md)
 * [Windows 10/11 (x86_64)](./docs/WINDOWS.md)
 
+Don't have AIM installed yet? Check out the [AIM Client Setup Guide](./docs/CLIENT.md).
+
 ## 🛠️ Development
 
 This project is under active development. Contributions are welcome!

+ 35 - 2
docs/CLIENT.md

@@ -1,6 +1,39 @@
-# AIM Client Configuration
+# AIM Client Setup
 
-This guide explains how to configure a Windows AIM clients to connect to Retro AIM Server.
+This guide explains how to install and configure AIM clients for Retro AIM Server.
+
+## Installation
+
+### Linux
+
+Windows AIM versions 5.0-5.1.3036 run perfectly well on [Wine](https://www.winehq.org/). Here's how to set up AIM
+5.1.306.
+
+1. [Install Wine](https://wiki.winehq.org/Download)
+2. Download the AIM installer from [archive.org](https://archive.org/details/aim513036)
+3. Run the installer from the terminal:
+   ```shell
+   wine aim324235.exe
+   ```
+
+### macOS (Intel & Apple Silicon)
+
+Windows AIM can run on modern macOS without a VM, including the Apple Silicon platform!
+
+Get started with the
+[AIM for macOS project](https://github.com/mk6i/aim-for-macos).
+
+### Windows 10/11
+
+All versions of AIM 5.x run on Windows 10/11 with varying degrees of success. To get started, install AIM
+[5.0.2829](http://www.oldversion.com/windows/aol-instant-messenger-5-0-2829). Set [Windows XP compatibility mode](https://support.microsoft.com/en-us/windows/make-older-apps-or-programs-compatible-with-windows-783d6dd7-b439-bdb0-0490-54eea0f45938)
+on the executable once installed.
+
+Newer 5.x versions exhibit a quirk where `aim.exe` randomly hangs on startup, which can be mitigated by [AIM Tamer](http://iwarg.ddns.net/phoenix/index.php?action=downloads).
+
+## Configuration
+
+Once installed, configure AIM to connect to Retro AIM Server.
 
 1. At the sign-on screen, click `Setup`.
    <p>