This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 131601d docs: fix command error (#2277)
131601d is described below
commit 131601d51d06fd093e9af9e43384b7009a34d7dd
Author: LaingKe <[email protected]>
AuthorDate: Tue Jan 18 15:38:26 2022 +0800
docs: fix command error (#2277)
Co-authored-by: liangke <[email protected]>
---
docs/en/latest/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 5d3adaf..e2c32ff 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -58,7 +58,7 @@ sudo yum install -y
https://github.com/apache/apisix-dashboard/releases/download
sudo manager-api -p /usr/local/apisix/dashboard/
# or run dashboard as a service
-systemctl apisix-dashboard start
+systemctl start apisix-dashboard
```
Without changing the configuration, visit `http://127.0.0.1:9000` to use the
dashboard with GUI, where the default username and password are `admin`.