From 116dcf3c142e8e42cb90b9b9dc40a61c4c6a834a Mon Sep 17 00:00:00 2001 From: Muhamad Awad Date: Fri, 8 Sep 2023 11:02:20 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 801460b..9060574 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ A PID replacement that is very lightweight and provide the following requirement - Support service dependencies during the boot process - Provide a simple command line interface to add, start, stop and reload services +# Usage +please check docs [here](docs) + ## Test docker image To play with zinit, we have a testing docker image you can build easily by typing `make docker`. The test image currently auto starts redis and open-sshd, it doesn't create key or change passwords (please check [Dockerfile](Dockerfile)).