docs: update readme docs (#1304)

* docs: update readme docs

* Update Makefile

* Update README.md
This commit is contained in:
Xinwei Xiong
2023-10-30 21:26:11 +08:00
committed by GitHub
parent a4b28c9523
commit cc1f7739e1
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ start:
stop:
@$(MAKE) go.stop
## restart: Restart openim ✨
## restart: Restart openim (make init configuration file is initialized)
.PHONY: restart
restart: clean stop build init start check