From aa244fc5feef84cdf000285e20c82ce7020675ef Mon Sep 17 00:00:00 2001 From: kaneko y Date: Wed, 23 Oct 2019 22:57:12 +0900 Subject: [PATCH] README: Fix a typo * README: Fix a typo. Git command name is submodule. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0d4c257d..e5a19d8d 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ This package contains the GNU Bison parser generator. ## Build from git Here are basic installation instructions for a repository checkout: - $ git submodules update --init + $ git submodule update --init $ ./bootstrap then proceed with the usual 'configure && make' steps.