aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <codeberg@wiersdorf.dev>2025-02-09 22:37:01 +0000
committerAshton Wiersdorf <codeberg@wiersdorf.dev>2025-02-09 22:37:01 +0000
commit48d65af9a5945b4532965270cb2e0cccd235b606 (patch)
treefb50f4a7ad096dd26be66066f1fdc44b9e17f28c
parent45f20b8d21876435d627baf9b7beda06cb073422 (diff)
parent33932e690dd216dbb3c973fc40073bedcc336129 (diff)
Merge pull request 'fix: update git clone link' (#11) from confusedalex/emacs-bedrock:fix-link into main
Reviewed-on: https://codeberg.org/ashton314/emacs-bedrock/pulls/11 Reviewed-by: Ashton Wiersdorf <codeberg@wiersdorf.dev>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9acae39..57e2c53 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ TODO
Clone this repository wherever. Then you should copy `early-init.el`, `init.el`, and (optionally, recommended) `extras/` into your `~/.emacs.d/` repository:
```bash
-git clone https://git.sr.ht/~ashton314/emacs-bedrock
+git clone https://codeberg.org/ashton314/emacs-bedrock.git
mkdir -p ~/.emacs.d/
cp emacs-bedrock/early-init.el ~/.emacs.d/
cp emacs-bedrock/init.el ~/.emacs.d/