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

Quickstart not working #416

Open
inouiw opened this issue Apr 19, 2021 · 1 comment
Open

Quickstart not working #416

inouiw opened this issue Apr 19, 2021 · 1 comment

Comments

@inouiw
Copy link

inouiw commented Apr 19, 2021

I run dotnet new -i Expecto.Template::* and got
zsh: no matches found: Expecto.Template::*

my dotnet --version is 5.0.202. I am using MacOS.

@baronfel
Copy link
Contributor

Make sure on shells that use the * character for expansion/globbing that you wrap the entire template name expression in quotes:

dotnet new -i "Expecto.Template::*"

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

No branches or pull requests

2 participants