From 9705c9f36ec5ee78676aa742bb8843965a5e964b Mon Sep 17 00:00:00 2001 From: Zeus Date: Wed, 20 Sep 2023 21:24:09 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 826218eed..76bd9ecbc 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ For those wanting to use Alcinoe's visual components during design time, a few more steps are required. You will need to install the BPL: Open Delphi, navigate to Component > Install Packages... and select the BPL from -[{alcinoe}\Libraries\bpl\Alcinoe\Win32\\Alcinoe.bpl](https://github.com/MagicFoundation/Alcinoe/tree/master/Libraries/bpl/Alcinoe/Win32). +[{alcinoe}\Libraries\bpl\Alcinoe\Win32\{YourDelphiVersion}\Alcinoe{YourDelphiVersion}.bpl](https://github.com/MagicFoundation/Alcinoe/tree/master/Libraries/bpl/Alcinoe/Win32). Also, remember to include both [{alcinoe}\Source](https://github.com/MagicFoundation/Alcinoe/tree/master/Source) and all -subdirectories from [{alcinoe}\Embarcadero\](https://github.com/MagicFoundation/Alcinoe/tree/master/Embarcadero/) +subdirectories from [{alcinoe}\Embarcadero\{YourDelphiVersion}](https://github.com/MagicFoundation/Alcinoe/tree/master/Embarcadero/) in your search path.