system76 / thelio-io-windows

WIP Windows driver for System76 Thelio Io
GNU General Public License v3.0
16 stars 8 forks source link

Update README to explicitly install dotnet 6 #19

Closed dsnopek closed 1 year ago

dsnopek commented 1 year ago

Doing choco install dotnet will install the dotnet 7 SDK, and this won't build for me without having the dotnet 6 SDK.

This PR updates the README to specifically install the dotnet 6 SDK.

(Although, I haven't tried this from scratch! I did choco install dotnet had it not work, then did choco install dotnet-6.0-sdk so it's possible we still need the dotnet package as well? Someone will have to try this on a fresh machine to see for sure.)

13r0ck commented 1 year ago

Thanks!