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

Getting started: the command to download the Fable template could be wrong #13

Closed
palutz opened this issue Oct 8, 2017 · 2 comments
Closed

Comments

@palutz
Copy link

palutz commented Oct 8, 2017

In the Getting started page (http://fable.io/docs/getting-started.html), the snippet for downloading the Fable template for dotnet core looks wrong (it doesn't work for Mac and Linux).
On the site the snippet is:
dotnet new -i Fable.Template

Error: Package "Fable.Template" is not a valid package specification

while it should be:
dotnet new -i "Fable.Template::*"

@MangelMaxime
Copy link
Member

This is because you are still using dotnet 1.0.x

On the getting started page we put dotnet 2.0 has a requirement because now Fable use it.

@palutz
Copy link
Author

palutz commented Oct 8, 2017

Good point. It looks like that machine wasn't updated. Thanks. I will close it.

@palutz palutz closed this as completed Oct 8, 2017
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