summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLaSombra <lasombra@users.noreply.github.com>2016-10-16 13:12:10 +0100
committerGitHub <noreply@github.com>2016-10-16 13:12:10 +0100
commitfb852718a89ef67704f12a61cbb91deb37b96a52 (patch)
tree354422a8aee1cfdbfea414c874174ccd8920a16a /Documentation
parent8aff3240c9c8c39d9cbb9f50dddb06c78c3c084e (diff)
downloadcoreclr-fb852718a89ef67704f12a61cbb91deb37b96a52.tar.gz
coreclr-fb852718a89ef67704f12a61cbb91deb37b96a52.tar.bz2
coreclr-fb852718a89ef67704f12a61cbb91deb37b96a52.zip
Update linux-instructions.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index 1579dd0b06..53e2d814a4 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -43,8 +43,8 @@ Then install the packages you need:
You now have all the required components.
-For Fedora 23 you will need to install the following:
-`$ sudo dnf cmake install clang lldb-devel libunwind-devel lttng-ust-devel libuuid-devel`
+If you are using Fedora 23 or 24, then you will need to install the following packages:
+`$ sudo dnf install cmake clang lldb-devel libunwind-devel lttng-ust-devel libuuid-devel`
Git Setup
---------