Skip to content

Commit 3eb1c72

Browse files
authored
Update README.md (#1851)
Add info to make gozip executable
1 parent 4a0110d commit 3eb1c72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,12 @@ unzip -d azure-functions-cli Azure.Functions.Cli.linux-x64.*.zip
134134

135135
3. Make the `func` command executable
136136

137-
Zip files do not maintain the executable bit on binaries. So, you'll need to make the `func` binary executable. Assuming you used the instructions above to unzip:
137+
Zip files do not maintain the executable bit on binaries. So, you'll need to make the `func` binary, as well as `gozip` (used by func during packaging) executables. Assuming you used the instructions above to unzip:
138138

139139
```bash
140140
cd azure-functions-cli
141141
chmod +x func
142+
chmod +x gozip
142143
./func
143144
```
144145

0 commit comments

Comments
 (0)