Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1412 from YesterdayxD/master
Browse files Browse the repository at this point in the history
fix format
  • Loading branch information
allencloud authored Jul 6, 2020
2 parents 88cb000 + 65f58bc commit 68b07f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user_guide/install_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ Or you can build your own supernode executable file.

### Start supernode

```sh
supernodeHomeDir=/home/admin/supernode
supernodeDownloadPort=8001
supernode --home-dir=$supernodeHomeDir --port=8002 --download-port=$supernodeDownloadPort
```
```sh
supernodeHomeDir=/home/admin/supernode
supernodeDownloadPort=8001
supernode --home-dir=$supernodeHomeDir --port=8002 --download-port=$supernodeDownloadPort
```

### Start file server

Expand Down

0 comments on commit 68b07f6

Please sign in to comment.