From f245a2835e2835ef51c628142d5bd0727f6b5269 Mon Sep 17 00:00:00 2001 From: muhme Date: Tue, 12 Dec 2023 05:37:10 +0100 Subject: [PATCH] work-around github emojicon colon problem --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index d99349a..407428d 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -14,7 +14,7 @@ The scripts are used on the Mac command line, but should also work on Linux and | `scripts/pack.sh` | Create Joomla extension ZIP, including SHA512 | | | `scripts/clean.sh` | Removes all quote_joomla_* Docker containers | | -And now you are ready for ... triple speed :smiley: with the creation of six Docker containers, the installation of Joomla and the modules three times and testing the module in all three Joomla versions with only one command line: +And now you are ready for ... triple speed :smiley: with the creation of six Docker containers, the installation of Joomla and the modules three times and testing the module in all three Joomla versions with only one command line. ``` $ scripts/compose.sh && sleep 5 && scripts/install.sh && scripts/test.sh ```