Skip to content

Commit 2e63c12

Browse files
authored
Fix typo in C++ quick start instructions (#51)
1 parent dd040a4 commit 2e63c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ once (unless further changes occur to the API).
2727
```bash
2828
git clone https://github.com/unicode-org/icu.git
2929
cd icu
30-
../icu4c/source/runConfigureICU Linux/clang --disable-renaming \
30+
icu4c/source/runConfigureICU Linux/clang --disable-renaming \
3131
--prefix=$HOME/icu76
3232
make # or make -j8 to build in parallel on 8 cores
3333
make install

0 commit comments

Comments
 (0)