Skip to content

Commit 422df21

Browse files
committed
Added project installation it AGENTS.md
1 parent 4987601 commit 422df21

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

AGENTS.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
138146
How 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
143151
docker/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
148156
docker/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
153161
docker/sdk stop
154162
```

0 commit comments

Comments
 (0)