aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-03-07 14:44:46 -0800
committerGravatar yang-g <yangg@google.com>2016-03-07 14:44:46 -0800
commit3a84f46a29a0a4db44a70a0026f726327e074877 (patch)
tree6dc4b3caf119fa93392dec77f8bdab332802beb0 /CONTRIBUTING.md
parent8395bfc0b6b443830291b76b961548fc28682f3d (diff)
resolve comments
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6fb9a84609..d549c5d208 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,9 @@ Although gflags is provided in third_party, you will need to manually install
that dependency on your system to run these tests. Under a Debian or Ubuntu
system, you can install the gtests and gflags packages using apt-get:
-`apt-get install libgflags-dev libgtest-dev`
+```sh
+ $ [sudo] apt-get install libgflags-dev libgtest-dev
+```
If you are planning to work on any of the languages other than C and C++, you
will also need their appropriate development environments.