Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grpc-grpc
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
grpc-grpc
Commits
5fa88d8a
Commit
5fa88d8a
authored
7 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
fix nits in CONTRIBUTING.md
parent
5cdc0964
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+3
-3
3 additions, 3 deletions
CONTRIBUTING.md
with
3 additions
and
3 deletions
CONTRIBUTING.md
+
3
−
3
View file @
5fa88d8a
...
...
@@ -24,9 +24,9 @@ script that unifies the experience of building and testing gRPC in different
languages and on different platforms is provided.
To build gRPC in the language of choice (e.g.
`c++`
,
`csharp`
,
`php`
,
`python`
,
`ruby`
, ...)
-
Prepare you development environment based on language-specific instructions in
`src/YOUR-LANGUAGE`
directory.
-
Prepare you
r
development environment based on language-specific instructions in
`src/YOUR-LANGUAGE`
directory.
-
The language-specific instructions might involve installing C/C++ prerequisites listed in
[
Building gRPC C++: Prerequisites
](
BUILDING.md#pre-requisites
)
as
gRPC implementations
[
Building gRPC C++: Prerequisites
](
BUILDING.md#pre-requisites
)
. This is because
gRPC implementations
in this repository are using the native gRPC "core" library internally.
-
Run
```
...
...
@@ -38,7 +38,7 @@ To build gRPC in the language of choice (e.g. `c++`, `csharp`, `php`, `python`,
```
You can also run
`python tools/run_tests/run_tests.py --help`
to discover useful command line flags supported. For more details,
see
[
tools/run_tests
](
tools/run_tests
)
where you will also find guidance on how to run various other test suites (e.g. interop tests, benchmarks)
see
[
tools/run_tests
](
tools/run_tests
)
where you will also find guidance on how to run various other test suites (e.g. interop tests, benchmarks)
.
## Generated project files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment