diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-09-04 12:04:17 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-09-04 12:04:17 -0700 |
commit | 581846ba9b84087313fec0f565ffcc6c74e45991 (patch) | |
tree | 6f49287f333e0dffd97974aac59e58b6b698ad80 /src/php | |
parent | 4e3a1139095ad30671ae8534e54a982b78c7646b (diff) |
Update debian install instructions, jessie-backports
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/php/README.md b/src/php/README.md index afa09d79a1..51322c7526 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -32,10 +32,10 @@ $ sudo php -d detect_unicode=0 go-pear.phar **Linux (Debian):** -Add [Debian testing][] to your `sources.list` file. Example: +Add [Debian jessie-backports][] to your `sources.list` file. Example: ```sh -echo "deb http://ftp.us.debian.org/debian testing main contrib non-free" | \ +echo "deb http://http.debian.net/debian jessie-backports main" | \ sudo tee -a /etc/apt/sources.list ``` @@ -167,4 +167,4 @@ $ ./bin/run_gen_code_test.sh [homebrew]:http://brew.sh [gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install [Node]:https://github.com/grpc/grpc/tree/master/src/node/examples -[Debian testing]:https://www.debian.org/releases/stretch/ +[Debian jessie-backports]:http://backports.debian.org/Instructions/ |