]> granicus.if.org Git - icu/commitdiff
ICU-21416 Update icu4c-readme.md
authorabarberenaCPDS <43246964+abarberenaCPDS@users.noreply.github.com>
Wed, 24 Feb 2021 00:41:01 +0000 (16:41 -0800)
committerElango <elango@google.com>
Mon, 8 Mar 2021 21:57:36 +0000 (13:57 -0800)
Syntax error, it should be:

git clone https://github.com/unicode-org/icu.git

docs/userguide/icu4c-readme.md

index 8dfdc2f3d01caa332147a87bd99e31a9d5468537..b31610a7f239f1e1247640aa2bf93b37c6994f12 100644 (file)
@@ -405,7 +405,7 @@ Depending on the platform and the type of installation, we recommend a small num
     `runConfigureICU Linux --enable-static --disable-shared`
 *   **Out-of-source build:** It is usually desirable to keep the ICU source file tree clean and have build output files written to a different location. This is called an "out-of-source build". Simply invoke the configure script from the target location:
 ```
-    ~/icu$ git clone export https://github.com/unicode-org/icu.git
+    ~/icu$ git clone https://github.com/unicode-org/icu.git
     ~/icu$ mkdir icu4c-build
     ~/icu$ cd icu4c-build
     ~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux