diff options
| author | Christian Cleberg <[email protected]> | 2024-04-08 21:28:16 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-08 21:28:16 -0500 |
| commit | c0b41a41964a30f13798233792efaec807e7628b (patch) | |
| tree | e2d630e9f6dedf6305bec9d83399eb46c62ff230 /README.org | |
| parent | d67c36e5d61790b5d53a841b2bd27519b333c24b (diff) | |
| download | cleberg.net-c0b41a41964a30f13798233792efaec807e7628b.tar.gz cleberg.net-c0b41a41964a30f13798233792efaec807e7628b.tar.bz2 cleberg.net-c0b41a41964a30f13798233792efaec807e7628b.zip | |
update git links
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,7 +5,7 @@ [[https://cleberg.net][cleberg.net]] is my personal webpage. -This README is viewable on [[https://git.cleberg.net/cleberg.net.git/tree/README.org][rgit]]. +This README is viewable on [[https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD][rgit]]. ** Overview @@ -23,7 +23,9 @@ Local testing can be done via [[https://www.gnu.org/software/emacs/][Emacs]] or To get running: #+begin_src shell -git clone https://git.cleberg.net/cleberg.net.git cd cleberg.net emacs -nw +git clone https://git.cleberg.net/cleberg.net.git && \ +cd cleberg.net && \ +emacs -nw #+end_src Within Emacs, open any of the repository files. In Doom, I do this with =Spc f |
