From 13a9d3836a59b440a47601ab25bdcca6bbe2b9db Mon Sep 17 00:00:00 2001 From: Leon Kiefer Date: Thu, 8 Jun 2023 01:25:22 +0200 Subject: [PATCH] Fix CUE version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d0f7bb..8bb2bf3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ HTTP REST API service for [Open CUE CLI](https://github.com/Legion2/open-cue-cli ## Getting Started Download and extract the latest [release](https://github.com/Legion2/open-cue-service/releases). -With iCUE 4 the iCUE profiles in the `C:\ProgramData\Corsair\CUE5\GameSdkEffects\profiles` directory are used. +With iCUE 5 the iCUE profiles in the `C:\ProgramData\Corsair\CUE5\GameSdkEffects\profiles` directory are used. Create this directory or configure another one, for details on how to setup profiles see [Open CUE CLI documentation](https://github.com/Legion2/open-cue-cli#profiles). Then execute the `open-cue-service.exe` to start the service. It runs on [http://localhost:25555](http://localhost:25555) and can be accessed with any Rest/Http client.