-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Install Command in README #86
Comments
Actually they are correct if you are not using However, zsh is the default on on MacOS, so it would make sense to have a compatible command in the readme. Would you be interested in creating a PR? Otherwise I can quickly take this one as well :) |
Ha good catch! I am using Mac and zsh - I never knew that was a specific issue. I'd happily update the README for this :) |
Great! Do you need any help with this? :) |
@alexrashed I think I should be good! I just got busy at work the past few days. I'm making the PR now :) |
In the [installation section] (https://github.com/localstack/awscli-local?tab=readme-ov-file#installation) of the main README.md, the commands are incorrect. Instead of
pip install awscli-local[ver1]
it should bepip install "awscli-local[ver1]"
. Otherwise, you get the following error:The text was updated successfully, but these errors were encountered: