BlackReloaded/wsl2-ssh-pageant

Suggestion for README installation notes

Ciantic opened this issue · 4 comments

I have a suggestion, make the installation snippet in README like this:

sudo apt-get install socat
cd ~/.ssh/
wget https://github.com/BlackReloaded/wsl2-ssh-pageant/releases/latest/download/wsl2-ssh-pageant.exe
chmod +x wsl2-ssh-pageant.exe

(Notice that URL link is to latest release)

Exact lines does not matter, but grand idea is: It would allow copy pasting the whole thing and running in one swoop.

Thanks, great utility.

I'm fine with that change. Maybe in addition to the already existing option like an Getting started/fast onboarding option.

What are your thoughts @BlackReloaded?

@Ciantic if accepted would you like to open a PR?

Of course. I modified the snippet a little, being more explicit:

sudo apt-get install socat
wget -O "$HOME/.ssh/wsl2-ssh-pageant.exe" https://github.com/BlackReloaded/wsl2-ssh-pageant/releases/latest/download/wsl2-ssh-pageant.exe
chmod +x "$HOME/.ssh/wsl2-ssh-pageant.exe"

I'm totaly fine with that.

Closed by #20