From 866655169c48fcf1bf28b27dd3721708ba5a8af7 Mon Sep 17 00:00:00 2001 From: haze Date: Sat, 10 Sep 2022 14:07:35 -0400 Subject: [PATCH] Add `chmod +x` command to macOS install instructions (#640) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc0c5a6..b2781dc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can install the latest release into `$HOME/zls` using e.g.: ```sh brew install xz -mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.9.0/x86_64-macos.tar.xz | tar -xJ --strip-components=1 -C . +mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.9.0/x86_64-macos.tar.xz | tar -xJ --strip-components=1 -C . && chmod +x zls ``` #### Linux