From f4861304bb3dde1f72ec4b082be3da067a28c6dd Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 31 Oct 2024 13:44:54 +0100
Subject: [PATCH] DOC: Remove profile comment from plain linkahead setup

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 06b4376..5c892cc 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,9 @@ use for this. Instructions can be found in the official LinkAhead
   be found elsewhere):
   - The Linkahead server must have debugging enabled.
   - The database should be empty.
-  - There should be a symlink named `debug-scripting-bin` inside the `custom` profile directory,
-	which points to the `resources` directory here in the pyinttest repository.  You can create a
-	symlink like that with the following command (adapt paths to match your setting):
-	`custom$ ln -s ../../../../linkahead-pyinttest/resources debug-scripting-bin`
+  - The `resources` directory should be made visible, e.g., by
+    symlinking or copying its contents. to the server in
+    `scripting/bin-debug`.
 - Modify `pylinkahead.ini.template` and save it as `pylinkahead.ini`, taking care of the following points:
   - Certificates must be valid and be specified in `pylinkahead.ini`.
   - Server-side scripting paths must be given, otherwise server-side scripting will be omitted.
-- 
GitLab