Skip to content

Update ring example readme #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

gassiss
Copy link

@gassiss gassiss commented Apr 4, 2025

smol update to the instructions :)

@CLAassistant
Copy link

CLAassistant commented Apr 4, 2025

CLA assistant check
All committers have signed the CLA.

@@ -21,6 +21,9 @@ go build local.go
./local -bindaddr=127.0.0.2 -join-member=127.0.0.1
```

> #### NOTE for MacOS users
> you will need to setup a network alias for each `bindaddr` other than `127.0.0.1` you want to use. For example, to create a second instance listening on `127.0.0.2` you can run the following command to enable it: `sudo ifconfig lo0 alias 127.0.0.2 up`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guidance may be platform specific.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is, yeah. MacOS speciific

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants