[llvm] r302459 - Update instructions for using the experimental monorepo

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 12:45:57 PDT 2017


Author: rnk
Date: Mon May  8 14:45:57 2017
New Revision: 302459

URL: http://llvm.org/viewvc/llvm-project?rev=302459&view=rev
Log:
Update instructions for using the experimental monorepo

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=302459&r1=302458&r2=302459&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Mon May  8 14:45:57 2017
@@ -699,14 +699,14 @@ For developers to work with a git monore
 
 .. note::
 
-   This set-up is using unofficial mirror hosted on GitHub, use with caution.
+   This set-up is using an unofficial mirror hosted on GitHub, use with caution.
 
 To set up a clone of all the llvm projects using a unified repository:
 
 .. code-block:: console
 
   % export TOP_LEVEL_DIR=`pwd`
-  % git clone https://github.com/llvm-project/llvm-project/
+  % git clone https://github.com/llvm-project/llvm-project-20170507/
   % cd llvm-project
   % git config branch.master.rebase true
 




More information about the llvm-commits mailing list