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