linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

Modifications and clarifications to the readme #33

Closed jafiala closed 2 years ago

richm commented 2 years ago

Except for one minor nit, looks good

richm commented 2 years ago

[citest pending]

richm commented 2 years ago

[citest pending]

ueno commented 2 years ago

@jafiala could you rebase against master?

jafiala commented 2 years ago

@jafiala could you rebase against master?

I don't know how to do that in the github GUI. :/

richm commented 2 years ago

@jafiala could you rebase against master?

I don't know how to do that in the github GUI. :/

ok - do this on your local copy:

git checkout master
git pull
git checkout patch-1
git rebase master
#  fix the README.md where it has conflicts
git add README.md
git rebase --continue
git push -f jafiala patch-1