Skip to content

Commit 68f50e2

Browse files
committed
Refer to Makefile for more commands
1 parent 8eeae3c commit 68f50e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,11 @@ When developing for the first time,
164164
After the initial setup, you can use the following commands:
165165

166166
- `docker compose start`: Start the project's containers
167-
- `docker compose exec main sh`: Launch a shell inside the project's container
167+
- `make ssh`: Launch a shell inside the project's container
168168
- You'll spend most of your time here
169169
- The command `phpake` should be available
170170
- `docker compose stop`: Stops the project's containers when you're done
171+
- See the `Makefile` for more helpful commands
171172

172173
## Links
173174

0 commit comments

Comments
 (0)