File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -135,20 +135,28 @@ Unit and Integration Tests
135135- use ` PHPUnit ` attributes.
136136- use [ PHP generator] ( https://www.php.net/manual/en/class.generator.php ) for the data providers.
137137
138+ How To Install Project
139+ ----------------------
140+
141+ The project is installed by running the following command:
142+ ``` console
143+ docker/sdk install
144+ ```
145+
138146How To Build/Start/Stop Docker Environment
139147-------------------------------------------
140148
141- Docker Environment can be built by running the following command:
149+ Docker Environment is built by running the following command:
142150``` console
143151docker/sdk build
144152```
145153
146- Docker Environment can be started by running the following command:
154+ Docker Environment is started by running the following command:
147155``` console
148156docker/sdk start
149157```
150158
151- Docker Environment can be stopped by running the following command:
159+ Docker Environment is stopped by running the following command:
152160``` console
153161docker/sdk stop
154162```
You can’t perform that action at this time.
0 commit comments