Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecampo committed Mar 14, 2023
1 parent 849e5ab commit 3e91387
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# 🖥 Retro AOL® CLI
[![Latest Version on Packagist](https://img.shields.io/packagist/v/joecampo/retro-aol-cli.svg?style=flat-square)](https://packagist.org/packages/joecampo/retro-aol-cli)
[![GitHub Tests Action Status](https://github.com/joecampo/retro-aol-cli/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/joecampo/retro-aol-cli/actions/workflows/run-tests.yml)
<span class="badge-patreon"><a href="https://www.patreon.com/re_aol" title="Donate to the RE-AOL project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Patreon donate button" /></a></span>
# 🖥 P3OL CLI
[![GitHub Tests Action Status](https://github.com/p3/p3ol-cli/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/p3/p3ol-cli/actions/workflows/run-tests.yml)
<span class="badge-patreon"><a href="https://www.patreon.com/project_p3ol" title="Donate to the P3OL project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Patreon donate button" /></a></span>

This is an unofficial CLI version for the [RE-AOL](https://github.com/irBags/Retro-AOL-client) for MacOS & Linux.

Read all about the efforts to reverse engineer AOL 3.0 here: [AOL 3.0 is Back](https://g.livejournal.com/10829.html)
This is a MacOS/Linux CLI client built in Laravel for the [P3OL project](https://www.patreon.com/project_p3ol) (an America Oline compatiable server written in Python).

**Table of Contents**

Expand All @@ -23,16 +20,16 @@ Read all about the efforts to reverse engineer AOL 3.0 here: [AOL 3.0 is Back](h
> You will need PHP 8.1 installed on your system.
```bash
# Install Retro-AOL-ClI
curl -L https://github.com/joecampo/retro-aol-cli/raw/main/install.sh | sh
# Install P3OL-ClI
curl -L https://github.com/p3/p3ol-cli/raw/main/install.sh | sh

# Launch
./reaol
./p3ol
```

## Self Updates

You can self-update your client by running `./reaol self-update`.
You can self-update your client by running `./p3ol self-update`.

## Features

Expand All @@ -42,8 +39,7 @@ Here is a running list of features and future features I plan to implem
- Joining a public chatroom
- System notifications when your screenname

![image](https://user-images.githubusercontent.com/3619398/173602332-7e574059-0821-4c2b-b895-7046fd0f28aa.png)

![image](https://user-images.githubusercontent.com/3619398/225140733-acd10f33-895c-4dc1-a722-0d269e529fa5.png)

### Chat Commands

Expand All @@ -64,14 +60,14 @@ Here is a running list of features and future features I plan to implem

## Support

The RE-AOL server project is funded by donations. Please consider donating here:
The P3OL server project is funded by donations. Please consider donating here:

<span class="badge-patreon"><a href="https://www.patreon.com/re_aol" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Patreon donate button" /></a></span>
<span class="badge-patreon"><a href="https://www.patreon.com/project_p3ol" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Patreon donate button" /></a></span>

✨ Gold Tier Member Perks:

★ Early Access to RE-AOL (Screen Name Registration)
Try out RE-AOL as an account holder before the rest of the world. Receive monthly updates via Discord as the project grows further in development. Your feedback will be taken into consideration during the development phase.
★ Early Access to P3OL (Screen Name Registration)
Try out P3OL as an account holder before the rest of the world. Receive monthly updates via Discord as the project grows further in development. Your feedback will be taken into consideration during the development phase.

★ "Gold Supporter" role on Discord server
Join the Discord server and get the "Gold Supporter" role to show your awesome support.

0 comments on commit 3e91387

Please sign in to comment.