diff options
| -rw-r--r-- | llvm/utils/gn/README.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/utils/gn/README.rst b/llvm/utils/gn/README.rst index bb0e0c7a5d5..74b4e88da4c 100644 --- a/llvm/utils/gn/README.rst +++ b/llvm/utils/gn/README.rst @@ -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 |

