summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-12 13:27:38 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 13:27:38 -0700
commit4a89e06c838542023fcc026d092407069b0b47f1 (patch)
tree0483c8ef8f66e4860b9c87d0460a115b24291e6c /README.md
parent0f01ac4f59f4d0e227950c0d7576d1573af59643 (diff)
Change git to https as recommended
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47aa993..9319192 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
To use this repository, add it to portate and then sync it:
```
-eselect repository add csobczak git git://git.sobczak.family/csobczak.ebuild
+eselect repository add csobczak git https://git.sobczak.family/csobczak.ebuild
emaint -r csobczak sync # this is the same as emerge --sync csobczak
```