gn docs: remove obsolete reference to monorepo
authorNico Weber <thakis@chromium.org>
Fri, 13 Dec 2019 18:03:55 +0000 (13:03 -0500)
committerNico Weber <thakis@chromium.org>
Fri, 13 Dec 2019 18:03:55 +0000 (13:03 -0500)
llvm/utils/gn/README.rst

index bb0e0c7..74b4e88 100644 (file)
@@ -34,10 +34,8 @@ This is a `good overview of GN <https://docs.google.com/presentation/d/15Zwb53Jc
 Quick start
 ===========
 
-GN only works in the monorepo layout.
-
 #. ``git clone https://github.com/llvm/llvm-project.git; cd llvm-project`` if
-   you don't have a monorepo checkout yet.
+   you don't have a checkout yet.
 
 #. ``llvm/utils/gn/get.py`` to download a prebuilt gn binary if you're on a
    64-bit X86 system running Linux, macOS, or Windows. `Build gn yourself