Skip to content

Commit

Permalink
Update docs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cheng Pan <[email protected]>
  • Loading branch information
cfmcgrady and pan3793 authored Jul 26, 2023
1 parent 987c4df commit 3f45bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ INFO [main] NettyRpcEnvFactory: Starting RPC Server [MasterSys] on 192.168.2.109
Use the Master's IP and Port to start Worker:
```shell
cd $CELEBORN_HOME
./sbin/start-worker.sh celeborn://${Master IP}:${Master Port}
./sbin/start-worker.sh celeborn://<Master IP>:<Master Port>
```
You should see the following message in Worker's log:
```log
Expand Down

0 comments on commit 3f45bb3

Please sign in to comment.