You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl https://func-e.io/install.sh | bash -s -- -b /usr/local/bin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9791 100 9791 0 0 37075 0 --:--:-- --:--:-- --:--:-- 37803
tetratelabs/func-e info checking GitHub for latest tag
tetratelabs/func-e info found version: 1.1.3 for v1.1.3/darwin/arm64
install: /usr/local/bin//func-e: Permission denied
Note I think we need to update the docs on a newer macOS device (M1, M2, Mx). Since brew is not installed on /usr/local anymore (but /opt/homebrew) the permission is still wrong.
Or we can install it in the current working directory:
I'd vote for just updating the func-e homepage to include these additional installation instructions, and also mention that can be installed using brew.
Describe the bug
I got
permission denied
error in my macOS.To Reproduce
Steps to reproduce the behavior:
Just following the doc:
curl https://func-e.io/install.sh | bash -s -- -b /usr/local/bin
And got:
Environment:
The text was updated successfully, but these errors were encountered: