Commit 2591997dfc8995a788b07dd41f42aac77c6fc4fb

Authored by 648540858
1 parent dab04fca

修复文档错误

doc/_content/introduction/deployment.md
... ... @@ -24,7 +24,7 @@
24 24 7. 启动服务,以linux为例
25 25 **启动WVP-PRO**
26 26 ```shell
27   -nohup java -jar java -jar wvp-pro-*.jar &
  27 +nohup java -jar wvp-pro-*.jar &
28 28 ```
29 29  
30 30 **启动ZLM**
... ...