From 3ae8fa640b185735bbc1fbb8fc82c40f1c31cbcc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 22 Jun 2020 15:49:18 -0700 Subject: [PATCH] Remove snap-plugin from README (#8101) --- snap/local/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/local/README.md b/snap/local/README.md index ea509b229..62977f8c3 100644 --- a/snap/local/README.md +++ b/snap/local/README.md @@ -66,7 +66,7 @@ These steps need to be done once to set up your VM and do not need to be run aga 5. Add your current user to the lxd group and update your shell to have the new assignment by running `sudo usermod -a -G lxd ${USER} && newgrp lxd`. 6. Install snapcraft with `sudo snap install --classic snapcraft`. 7. `cd ~` (or any other directory where you want our source files to be) - 8. Run `git clone git://github.com/certbot/certbot -b snap-plugin` + 8. Run `git clone git://github.com/certbot/certbot` 9. `cd certbot` ### Build the Snaps