Update docs.

This commit is contained in:
Daniel Ceregatti 2023-06-17 18:04:31 -07:00
parent cda7ae92c7
commit 6d1b7508b1

View file

@ -56,7 +56,9 @@ dz a 1
dz a 2 dz a 2
# Check the status # Check the status
dz s dz s
# Start the server # Restart the server
# Hit control C to stop the running server, wait for it to exit
# Then start it again.
dz start dz start
``` ```