Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jones <vcsjones@github.com>2022-11-01 00:17:50 +0300
committerGitHub <noreply@github.com>2022-11-01 00:17:50 +0300
commit63de0ca9e6c838112664beedefd56abe361d20d6 (patch)
tree95cdb6b7224686e218b1509a8811083ac74005ee
parentf73e062c7a3b4856bffe2a7c54ece64c2f1af265 (diff)
Use https: protocol instead of deprecated git: protocol (#9452)
-rw-r--r--tools/snap/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/snap/README.md b/tools/snap/README.md
index e11b07db2..f6354f748 100644
--- a/tools/snap/README.md
+++ b/tools/snap/README.md
@@ -17,7 +17,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`
+ 8. Run `git clone https://github.com/certbot/certbot`
9. `cd certbot` (All further instructions are relative to this directory.)
### Certbot Snap
@@ -80,7 +80,7 @@ It is easiest to run this from a local machine.
2. Install git and python with `sudo apt update && sudo apt install -y git python`.
3. Install snapcraft with `sudo snap install --classic snapcraft`.
4. `cd ~` (or any other directory where you want our source files to be)
- 5. Run `git clone git://github.com/certbot/certbot`
+ 5. Run `git clone https://github.com/certbot/certbot`
6. `cd certbot` (All further instructions are relative to this directory.)
7. To trigger `snapcraft` to request access to your Launchpad account, run
`snapcraft remote-build --launchpad-accept-public-upload --status`. A URL where you need