diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-08 21:28:16 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-08 21:28:16 -0500 |
commit | 9fb181ef3132576383452f35b2404b782d17a473 (patch) | |
tree | e2d630e9f6dedf6305bec9d83399eb46c62ff230 /README.org | |
parent | c92d7e9b5e4bf15af9b37726ebc7fa63fb2f50c1 (diff) | |
download | cleberg.net-9fb181ef3132576383452f35b2404b782d17a473.tar.gz cleberg.net-9fb181ef3132576383452f35b2404b782d17a473.tar.bz2 cleberg.net-9fb181ef3132576383452f35b2404b782d17a473.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 |