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

get rid of https://grpc.io/release occurrences #79

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/quickstart/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ You can download the pre-compiled gRPC extension from the PECL

#### Build from Source with gRPC C core library

Clone this repository
Clone this repository at given release tag

```sh
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b {{< param grpc_release_tag >}} https://github.com/grpc/grpc
```

##### Build and install the gRPC C core library
Expand Down Expand Up @@ -243,7 +243,7 @@ in the future.
You can also just build the gRPC PHP protoc plugin by running:

```sh
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b {{< param grpc_release_tag >}} https://github.com/grpc/grpc
$ cd grpc
$ git submodule update --init
$ make grpc_php_plugin
Expand Down