Skip to content
Snippets Groups Projects
Commit ce7a4f63 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #3246 from stanley-cheung/update_debian_install_instructions

Update debian install instructions
parents 4e3a1139 581846ba
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,12 @@ wiki pages: ...@@ -11,12 +11,12 @@ wiki pages:
On Linux (Debian): On Linux (Debian):
Note: you will need to add the Debian 'testing' distribution to your sources Note: you will need to add the Debian 'jessie-backports' distribution to your sources
file first. file first.
Add the following line to your `/etc/apt/sources.list` file: Add the following line to your `/etc/apt/sources.list` file:
deb http://ftp.us.debian.org/debian testing main contrib non-free deb http://http.debian.net/debian jessie-backports main
Install the gRPC library: Install the gRPC library:
......
...@@ -11,10 +11,10 @@ Beta ...@@ -11,10 +11,10 @@ Beta
**Linux (Debian):** **Linux (Debian):**
Add [Debian testing][] to your `sources.list` file. Example: Add [Debian jessie-backports][] to your `sources.list` file. Example:
```sh ```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 sudo tee -a /etc/apt/sources.list
``` ```
...@@ -113,4 +113,4 @@ An object with factory methods for creating credential objects for servers. ...@@ -113,4 +113,4 @@ An object with factory methods for creating credential objects for servers.
[homebrew]:http://brew.sh [homebrew]:http://brew.sh
[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
[Debian testing]:https://www.debian.org/releases/stretch/ [Debian jessie-backports]:http://backports.debian.org/Instructions/
...@@ -32,10 +32,10 @@ $ sudo php -d detect_unicode=0 go-pear.phar ...@@ -32,10 +32,10 @@ $ sudo php -d detect_unicode=0 go-pear.phar
**Linux (Debian):** **Linux (Debian):**
Add [Debian testing][] to your `sources.list` file. Example: Add [Debian jessie-backports][] to your `sources.list` file. Example:
```sh ```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 sudo tee -a /etc/apt/sources.list
``` ```
...@@ -167,4 +167,4 @@ $ ./bin/run_gen_code_test.sh ...@@ -167,4 +167,4 @@ $ ./bin/run_gen_code_test.sh
[homebrew]:http://brew.sh [homebrew]:http://brew.sh
[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/src/node/examples [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/
...@@ -16,10 +16,10 @@ INSTALLATION ...@@ -16,10 +16,10 @@ INSTALLATION
**Linux (Debian):** **Linux (Debian):**
Add [Debian testing][] to your `sources.list` file. Example: Add [Debian jessie-backports][] to your `sources.list` file. Example:
```sh ```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 sudo tee -a /etc/apt/sources.list
``` ```
...@@ -92,4 +92,4 @@ $ ../../tools/distrib/python/submit.py ...@@ -92,4 +92,4 @@ $ ../../tools/distrib/python/submit.py
[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
[Quick Start]:http://www.grpc.io/docs/tutorials/basic/python.html [Quick Start]:http://www.grpc.io/docs/tutorials/basic/python.html
[detailed example]:http://www.grpc.io/docs/installation/python.html [detailed example]:http://www.grpc.io/docs/installation/python.html
[Debian testing]:https://www.debian.org/releases/stretch/ [Debian jessie-backports]:http://backports.debian.org/Instructions/
...@@ -19,10 +19,10 @@ INSTALLATION ...@@ -19,10 +19,10 @@ INSTALLATION
**Linux (Debian):** **Linux (Debian):**
Add [Debian testing][] to your `sources.list` file. Example: Add [Debian jessie-backports][] to your `sources.list` file. Example:
```sh ```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 sudo tee -a /etc/apt/sources.list
``` ```
...@@ -99,4 +99,4 @@ Directory structure is the layout for [ruby extensions][] ...@@ -99,4 +99,4 @@ Directory structure is the layout for [ruby extensions][]
[ruby extensions]:http://guides.rubygems.org/gems-with-extensions/ [ruby extensions]:http://guides.rubygems.org/gems-with-extensions/
[rubydoc]: http://www.rubydoc.info/gems/grpc [rubydoc]: http://www.rubydoc.info/gems/grpc
[grpc.io]: http://www.grpc.io/docs/installation/ruby.html [grpc.io]: http://www.grpc.io/docs/installation/ruby.html
[Debian testing]:https://www.debian.org/releases/stretch/ [Debian jessie-backports]:http://backports.debian.org/Instructions/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment