Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Jun 5, 2024
1 parent 23c8e74 commit 12c4357
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Table of Contents

- [What](#❔-what) What ME3 Offline Plugin is
- [Downloads](#📥-downloads) Download links to the client plugin
- [Downloads](#📥-downloads) Download links to the plugin
- [Manually Building](#🚀-manually-building) Instructions for building manually
- [Requirements](#requirements)
- [1. Cloning sources](#1-cloning-sources)
Expand All @@ -30,13 +30,10 @@ This plugin tricks the game into thinking you're still connected to a network al

## 📥 Downloads

Below are some quick download links to download the latest versions, the client plugin contains a built in auto-updater so you don't have to return to this website every time a new release is available.

| Variant | Download Link |
| ------- | ------------------------------------------------------------------------------------------------------------- |
| Plugin | [Download](https://github.com/PocketRelay/me3-offline-plugin/releases/latest/download/me3-offline-plugin.asi) |

Below is the download link for the plugin:

[Download](https://github.com/PocketRelay/me3-offline-plugin/releases/latest/download/me3-offline-plugin.asi)
s
## 🚀 Manually Building

If you would like to manually build the dll you can follow the instructions below
Expand All @@ -51,8 +48,8 @@ If you would like to manually build the dll you can follow the instructions belo
Clone github repository (Skip this step if you have manually downloaded the sources)

```sh
git clone https://github.com/PocketRelay/PocketRelayClientPlugin.git pocket-relay-client-plugin
cd pocket-relay-client-plugin
git clone https://github.com/PocketRelay/me3-offline-plugin.git me3-offline-plugin
cd me3-offline-plugin
```

### 2. Adding rust target
Expand Down

0 comments on commit 12c4357

Please sign in to comment.