Skip to content
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

readme command typo #209

Closed
IreneZhou0129 opened this issue Sep 5, 2021 · 2 comments · Fixed by #247
Closed

readme command typo #209

IreneZhou0129 opened this issue Sep 5, 2021 · 2 comments · Fixed by #247

Comments

@IreneZhou0129
Copy link

Hi, I faced below error

zsh: parse error near ')'.

while using

curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh

just want to share with you the correct one is

curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"

(I'm using M1 )

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Sep 5, 2021

PRs welcome!

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Sep 5, 2021

Seems to work with bash as well. So seems like a good idea for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants