Need bash 4.0+ (#1038)

This commit is contained in:
罗泽轩 2023-04-19 16:57:04 +08:00 committed by GitHub
parent 2d5b12c01f
commit df825715ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@ You may need to install them manually.
Those dependencies are listed below:
* column
* bash 4.0+
If `bash --version` shows a lower version, you need to update it.
For example, the default bash in Mac is usually too old and you may need to update it via `brew install bash`.
## Installing with a package manager