Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tci-gateway-module
Grpc
Commits
fd8dacca
Commit
fd8dacca
authored
Oct 8, 2015
by
Stanley Cheung
Browse files
Options
Downloads
Plain Diff
Merge pull request #3738 from stanley-cheung/remove_linuxbrew_reference
Remove a few more linuxbrew references
parents
0da6163a
687bef6c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/php/README.md
+1
-2
1 addition, 2 deletions
examples/php/README.md
src/objective-c/README.md
+1
-2
1 addition, 2 deletions
src/objective-c/README.md
with
2 additions
and
4 deletions
examples/php/README.md
+
1
−
2
View file @
fd8dacca
...
@@ -8,7 +8,7 @@ This requires PHP 5.5 or greater.
...
@@ -8,7 +8,7 @@ This requires PHP 5.5 or greater.
INSTALL
INSTALL
-------
-------
-
On Mac OS X, install
[
homebrew
][]
.
On Linux, install
[
linuxbrew
][]
.
Run the following command to install gRPC.
-
On Mac OS X, install
[
homebrew
][]
. Run the following command to install gRPC.
```
sh
```
sh
$
curl
-fsSL
https://goo.gl/getgrpc | bash
-s
php
$
curl
-fsSL
https://goo.gl/getgrpc | bash
-s
php
...
@@ -59,7 +59,6 @@ TUTORIAL
...
@@ -59,7 +59,6 @@ TUTORIAL
You can find a more detailed tutorial in
[
gRPC Basics: PHP
][]
You can find a more detailed tutorial in
[
gRPC Basics: PHP
][]
[
homebrew
]:
http://brew.sh
[
homebrew
]:
http://brew.sh
[
linuxbrew
]:
https://github.com/Homebrew/linuxbrew#installation
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
Node
]:
https://github.com/grpc/grpc/tree/master/examples/node
[
Node
]:
https://github.com/grpc/grpc/tree/master/examples/node
[
gRPC Basics: PHP
]:
http://www.grpc.io/docs/tutorials/basic/php.html
[
gRPC Basics: PHP
]:
http://www.grpc.io/docs/tutorials/basic/php.html
This diff is collapsed.
Click to expand it.
src/objective-c/README.md
+
1
−
2
View file @
fd8dacca
...
@@ -17,7 +17,7 @@ services.
...
@@ -17,7 +17,7 @@ services.
<a
name=
"install"
></a>
<a
name=
"install"
></a>
## Install protoc with the gRPC plugin
## Install protoc with the gRPC plugin
On Mac OS X, install
[
homebrew
][]
.
On Linux, install
[
linuxbrew
][]
.
On Mac OS X, install
[
homebrew
][]
.
Run the following command to install _protoc_ and the gRPC _protoc_ plugin:
Run the following command to install _protoc_ and the gRPC _protoc_ plugin:
```
sh
```
sh
...
@@ -168,7 +168,6 @@ Objective-C Protobuf runtime library.
...
@@ -168,7 +168,6 @@ Objective-C Protobuf runtime library.
[
Protocol Buffers
]:
https://developers.google.com/protocol-buffers/
[
Protocol Buffers
]:
https://developers.google.com/protocol-buffers/
[
homebrew
]:
http://brew.sh
[
homebrew
]:
http://brew.sh
[
linuxbrew
]:
https://github.com/Homebrew/linuxbrew
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
example Podfile
]:
https://github.com/grpc/grpc/blob/master/src/objective-c/examples/Sample/Podfile
[
example Podfile
]:
https://github.com/grpc/grpc/blob/master/src/objective-c/examples/Sample/Podfile
[
sample app
]:
https://github.com/grpc/grpc/tree/master/src/objective-c/examples/Sample
[
sample app
]:
https://github.com/grpc/grpc/tree/master/src/objective-c/examples/Sample
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