Skip to content
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

Update Example READMEs #2179

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Update Example READMEs #2179

merged 3 commits into from
Jan 24, 2025

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 24, 2025

Motivation:

The examples now use the Swift PM build plugin but the READMEs weren't updated to include the PROTOC_PATH.

Modifications:

  • update READMEs

Result:

Better examples

Motivation:

The examples now use the Swift PM build plugin but the READMEs weren't
updated to include the PROTOC_PATH.

Modifications:

- update READMEs

Result:

Better examples
@glbrntt glbrntt added the semver/none No version bump required. label Jan 24, 2025
@glbrntt glbrntt enabled auto-merge (squash) January 24, 2025 10:06
## Usage

Build and run the server using the CLI:

```console
$ swift run echo serve
$ PROTOC_PATH=$(which protoc) swift run echo serve
Copy link
Collaborator

Choose a reason for hiding this comment

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

Similar to the comment I left on the examples, should we mention (and/or link to the plugin docs) why setting this environment variable is required?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup, done!

@glbrntt glbrntt requested a review from gjcairo January 24, 2025 10:53
@glbrntt glbrntt merged commit bfe033f into grpc:main Jan 24, 2025
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants