From 395c22aef81ecf8b69cda2ccaeb4e93df62f652a Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Fri, 20 Mar 2020 18:28:25 +0100 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 045d3c7..a404e00 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ## WebSocket server for [Pathfinder](https://github.com/exodus4d/pathfinder) ### Requirements -- _PHP_ **(≥ v7.1)** -- A working instance of *[Pathfinder](https://github.com/exodus4d/pathfinder)* **(≥ v1.2.0)** +- _PHP_ (≥ v7.1) +- A working instance of *[Pathfinder](https://github.com/exodus4d/pathfinder)* (≥ v2.0.0-rc.1) - [_Composer_](https://getcomposer.org/download/) to install packages for the WebSocket server ### Install -1. Checkout this project in a **new** folder (NOT the install for _Pathfinder_ itself) e.g. `/var/www/websocket.pathfinder` +1. Checkout this project in a **new** folder e.g. `/var/www/websocket.pathfinder` 1. Install [_Composer_](https://getcomposer.org/download/) 2. Install Composer dependencies from `composer.json` file: - `$ cd /var/www/websocket.pathfinder`