Merge eb98a55bc0 into 85919cd1ff
This commit is contained in:
commit
8e31b41ecc
|
|
@ -53,6 +53,7 @@
|
|||
## Homebrew
|
||||
|
||||
1. Install command:
|
||||
|
||||
```sh
|
||||
brew install zsh-autosuggestions
|
||||
```
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ set -ex
|
|||
mkdir zsh-build
|
||||
cd zsh-build
|
||||
|
||||
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION | tar xz --strip=1
|
||||
curl -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$TEST_ZSH_VERSION" | tar xz --strip=1
|
||||
|
||||
./Util/preconfig
|
||||
./configure --enable-pcre \
|
||||
|
|
|
|||
Loading…
Reference in New Issue