Skip to content

Commit d5f48e3

Browse files
author
SturdyFool10
authored
Update README.md
1 parent b033656 commit d5f48e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The recent addition of a new feature enables a clustered setup with master and s
4040

4141
## Configuring a Master to Connect to a Slave:
4242
- On Windows, use the `ipconfig` command to obtain the IPv4 address of the slave node's host PC.
43+
- On Linux, use the `ifconfig -a` command
44+
- On Mac, use the `ipconfig getifaddr en0` or `ipconfig getifaddr en1`(which one depends on the specific system)
4345
- Edit the configuration using the following template, inserting the slave's IPv4 address and port:
4446
```json
4547
{

0 commit comments

Comments
 (0)