We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeae3c commit 68f50e2Copy full SHA for 68f50e2
README.md
@@ -164,10 +164,11 @@ When developing for the first time,
164
After the initial setup, you can use the following commands:
165
166
- `docker compose start`: Start the project's containers
167
-- `docker compose exec main sh`: Launch a shell inside the project's container
+- `make ssh`: Launch a shell inside the project's container
168
- You'll spend most of your time here
169
- The command `phpake` should be available
170
- `docker compose stop`: Stops the project's containers when you're done
171
+- See the `Makefile` for more helpful commands
172
173
## Links
174
0 commit comments