From 681524010d61c9a4cbf4f266d48b915b3249010d Mon Sep 17 00:00:00 2001 From: Nozomi Miyamori <1cvc8w2na@mozmail.com> Date: Sun, 17 Sep 2023 06:29:41 +0900 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ecff0e6..115e7714 100644 --- a/README.md +++ b/README.md @@ -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 ```