summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-07-31 14:22:47 -0700
committerJan Kotas <jkotas@microsoft.com>2015-07-31 14:22:47 -0700
commitcd84f26ee25e72e29be64addda1ad1c85561af73 (patch)
treed9d90f6dd9689a550524ed42968bcf72eee69988
parentc906eafd4c0cd361b78b1772d7a3307ac284a452 (diff)
parentbbb424a205bc50a049aa6f50fbacfd2de3e924d7 (diff)
downloadcoreclr-cd84f26ee25e72e29be64addda1ad1c85561af73.tar.gz
coreclr-cd84f26ee25e72e29be64addda1ad1c85561af73.tar.bz2
coreclr-cd84f26ee25e72e29be64addda1ad1c85561af73.zip
Merge pull request #1320 from ganeshran/1313-GitSetupSection
Adding instructions to clone both corefx and coreclr in the Git Setup…
-rw-r--r--Documentation/building/freebsd-instructions.md2
-rw-r--r--Documentation/building/linux-instructions.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/freebsd-instructions.md b/Documentation/building/freebsd-instructions.md
index 6800d59123..045e7c829a 100644
--- a/Documentation/building/freebsd-instructions.md
+++ b/Documentation/building/freebsd-instructions.md
@@ -60,7 +60,7 @@ You now have all the required components to debug CoreCLR installed.
Git Setup
---------
-This guide assumes that you've cloned the coreclr repository into `~/git/coreclr` on your FreeBSD machine and the corefx and coreclr repositories into `D:\git\corefx` and `D:\git\coreclr` on Windows. If your setup is different, you'll need to pay careful attention to the commands you run. In this guide, I'll always show what directory I'm in on both the FreeBSD and Windows machine.
+This guide assumes that you've cloned the corefx and coreclr repositories into `~/git/corefx` and `~/git/coreclr` on your FreeBSD machine and the corefx and coreclr repositories into `D:\git\corefx` and `D:\git\coreclr` on Windows. If your setup is different, you'll need to pay careful attention to the commands you run. In this guide, I'll always show what directory I'm in on both the FreeBSD and Windows machine.
Build the Runtime
=================
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index 8c752d907c..bcaa8df54d 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -43,7 +43,7 @@ You now have all the required components.
Git Setup
---------
-This guide assumes that you've cloned the coreclr repository into `~/git/coreclr` on your Linux machine and the corefx and coreclr repositories into `D:\git\corefx` and `D:\git\coreclr` on Windows. If your setup is different, you'll need to pay careful attention to the commands you run. In this guide, I'll always show what directory I'm in on both the Linux and Windows machine.
+This guide assumes that you've cloned the corefx and coreclr repositories into `~/git/corefx` and `~/git/coreclr` on your Linux machine and the corefx and coreclr repositories into `D:\git\corefx` and `D:\git\coreclr` on Windows. If your setup is different, you'll need to pay careful attention to the commands you run. In this guide, I'll always show what directory I'm in on both the Linux and Windows machine.
Build the Runtime
=================