README: Fix a typo

* README: Fix a typo. Git command name is submodule.
This commit is contained in:
kaneko y
2019-10-23 22:57:12 +09:00
committed by Akim Demaille
parent 719395c9cd
commit aa244fc5fe

2
README
View File

@@ -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.