Zaid-Ajaj / Snowflaqe

A dotnet CLI to generate type-safe GraphQL clients for F# and Fable with automatic deserialization, static query verification and type checking
MIT License
154 stars 25 forks source link

Readme instructions don't work #6

Closed MargaretKrutikova closed 4 years ago

MargaretKrutikova commented 4 years ago

The first thing to do according to the instructions is dotnet install snowflaqe -g, which fails. The correct one is dotnet tool install snowflaqe -g, found it here.

Any chance the readme could be corrected?

Zaid-Ajaj commented 4 years ago

Hi @MargaretKrutikova, thanks a lot for pointing the silly mistake, really appreciate it 🙏 It is now fixed and the README shows the correct install command