From 72331406f3bfc365bbfe7d6f289e0b6ab038d5e7 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 1 Aug 2022 10:47:08 +0200 Subject: [PATCH] add "trust exection code" note --- README.en.md | 8 +++++--- README.md | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 9316ba3..e9d88d6 100644 --- a/README.en.md +++ b/README.en.md @@ -7,11 +7,11 @@ The debug bar enables the display of relevant debug information in the shop fron ## Table of content -- [Installation](#installation)´ +- [Installation](#installation) - [Changelog](#changelog) - [Contributing](#contributing) -- [License](#license)´ -- [Further licences and terms of use](#further-licences-and-terms-of-use)´ +- [License](#license) +- [Further licences and terms of use](#further-licences-and-terms-of-use) ## Installation @@ -36,6 +36,8 @@ Open a command line and navigate to the root directory of the shop (parent direc php composer require d3/modulename:^2.0 ``` +If necessary, please confirm that you allow `composer-symlinker` to execute code. + Activate the module in Shopadmin under "Extensions -> Modules". ## Changelog diff --git a/README.md b/README.md index f7321af..0ff4ce2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Bitte tragen Sie den folgenden Abschnitt in die `composer.json` Ihres Projektes php composer require d3/modulename:^2.0 ``` +Sofern nötig, bestätigen Sie bitte, dass Sie `composer-symlinker` erlauben, Code auszuführen. + Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module". ## Changelog