README.md: fix typo

This commit is contained in:
Nozomi Miyamori 2023-09-17 06:29:41 +09:00 committed by Arkadiusz Hiler
parent 87a75415e7
commit 681524010d

View file

@ -160,7 +160,7 @@ E.g.:
```
mkdir ../debug-proton-build && cd ../debug-proton-build
../proton/configure.sh --enable-ccache --build-name=debug_build
make UNSTRIPPED_BUILD=1 install`
make UNSTRIPPED_BUILD=1 install
```