nullpo-head / WSL-Hello-sudo

Let's sudo by face recognition of Windows Hello on Windows Subsystem for Linux (WSL). It runs on both WSL 1 and WSL 2. This is a PAM module for Linux on WSL.
MIT License
1.22k stars 46 forks source link

chore: typo fix, update docs, make output coherent #12

Closed jonaskuske closed 3 years ago

jonaskuske commented 3 years ago

Got a weird error from Visual Studio while trying to build the project, which turned out to be caused by my project being located in the Linux filesystem – VS can't deal with \\wsl$\ network filepaths. So I added a note to the README. Also fixed some typos and made the CLI output text more uniform. Might have missed a couple messages, but should be a lot more coherent now :)

nullpo-head commented 3 years ago

Didn't know that. Thanks so much!