summaryrefslogtreecommitdiff
path: root/docs/building.md
diff options
context:
space:
mode:
authorKelsey Schubert <kelsey@mongodb.com>2018-12-03 18:42:10 -0500
committerGitHub <noreply@github.com>2018-12-03 18:42:10 -0500
commit3f9235669fa3f00492da717ff30c0ce4091e1dd4 (patch)
treeaf8001a51aca9c2975f24e1cc6729004c11e8189 /docs/building.md
parent55e72b015e2aa7297c00db29e4d93451ea61a7ca (diff)
downloadmongo-3f9235669fa3f00492da717ff30c0ce4091e1dd4.tar.gz
SERVER-36205 format libcurl-dev instructions in building.md
Diffstat (limited to 'docs/building.md')
-rw-r--r--docs/building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md
index 960cd991ea6..e5b2e24ed23 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -8,8 +8,8 @@ To build MongoDB, you will need:
* Clang 3.8 (or Apple XCode 8.3.2 Clang) or newer
* Visual Studio 2015 Update 3 or newer (See Windows section below for details)
* On Linux and macOS, the libcurl library and header is required. MacOS includes libcurl.
- * Fedora/RHEL - dnf install libcurl-devel
- * Ubuntu/Debian - apt-get install libcurl-dev
+ * Fedora/RHEL - `dnf install libcurl-devel`
+ * Ubuntu/Debian - `apt-get install libcurl-dev`
* Python 2.7.x and Pip modules:
* pyyaml
* typing