From f41eaf71007ecff9a86f0e4cea19d78ec779b8fb Mon Sep 17 00:00:00 2001 From: Reese Norris Date: Sun, 13 Oct 2024 12:53:27 -0700 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a538e5..a393cd6 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ Administrators and supervisors can create/mutate user records via the administra ## Connecting -Various clients such as [vPilot](https://vpilot.rosscarlson.dev/), [xPilot](https://docs.xpilot-project.org/) and [swift](https://swift-project.org/) are used to connect to VATSIM FSD servers. +Various clients such as [xPilot](https://docs.xpilot-project.org/), [vPilot](https://vpilot.rosscarlson.dev/) and [swift](https://swift-project.org/) are used to connect to VATSIM FSD servers. +To connect to openfsd: -Although it is possible to use vPilot with openfsd, the binary would need to be modified directly. -To use xPilot, one would need to manually recompile with the correct JWT token endpoint and FSD server addresses. - -The Swift pilot client works out of the box. +- xPilot: one would need to manually recompile the client with the correct JWT token endpoint and FSD server addresses. +- vPilot: see [here](https://github.com/renorris/vpilot-patch-utility). +- Swift: works out of the box. See below. **Swift Instructions:**