Skip to content

Commit bb5efa2

Browse files
author
Tobias Wojtylak
committed
Adjusted Readme: Handle plugin section
1 parent b1c9a36 commit bb5efa2

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,26 @@ First you should start the testing docker containers (see also next section of t
3939
vendor/bin/sdTest.sh start
4040

4141

42-
(De-)Activating plugin
43-
-------------------
42+
Handle plugin
43+
-------------
4444

45-
You must give a version to execute command on, for example 7.1 for PHP 7.1 container:
45+
For all following commands you must pass a php version, for example 7.1 for PHP 7.1 container:
46+
47+
For adding the plugin run:
4648

4749
vendor/bin/sdPlugin.sh 71 add
4850

49-
For deactivating plugin run:
51+
For removing the plugin run:
5052

5153
vendor/bin/sdPlugin.sh 71 remove
54+
55+
For activating the plugin run:
56+
57+
vendor/bin/sdPlugin.sh 71 activate
58+
59+
For deactivating the plugin run:
60+
61+
vendor/bin/sdPlugin.sh 71 deactivate
5262

5363

5464
Controlling the testing environment

0 commit comments

Comments
 (0)