From 273a97742bfd2da9109963b181ba97591d747b16 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 12 Nov 2025 13:45:47 -0800 Subject: [PATCH] Fix typo in C++ quick start instructions --- docs/integration/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration/cpp.md b/docs/integration/cpp.md index 2f80e54..b729e85 100644 --- a/docs/integration/cpp.md +++ b/docs/integration/cpp.md @@ -27,7 +27,7 @@ once (unless further changes occur to the API). ```bash git clone https://github.com/unicode-org/icu.git cd icu -../icu4c/source/runConfigureICU Linux/clang --disable-renaming \ +icu4c/source/runConfigureICU Linux/clang --disable-renaming \ --prefix=$HOME/icu76 make # or make -j8 to build in parallel on 8 cores make install