Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2591997dfc8995a788b07dd41f42aac77c6fc4fb
Authored by
648540858
2022-08-12 10:00:18 +0800
1 parent
dab04fca
修复文档错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/_content/introduction/deployment.md
doc/_content/introduction/deployment.md
View file @
2591997
...
...
@@ -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**
...
...