commit 8162afaecc8afdda2cb9206b22d73f1b91438be1
parent a5799268e8a8b44d0f32da0c3f860231f9fae434
Author: Decay <decaydjk@tilde.town>
Date: Sat, 8 Feb 2020 22:16:24 +0000
Updating docs for getting from git
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -4,7 +4,12 @@ miniblog is a minimal, configurable static blog system written entirely in Commo
## Installation/Building
-Clone into ~/common-lisp/miniblog/ (or wherever ASDF and Quicklisp are set up to find your local systems). From the REPL of your favorite CL implementation:
+Clone into ~/common-lisp/miniblog/ (or wherever ASDF and Quicklisp are set up to find your local systems):
+
+$ cd ~/common-lisp/
+$ git clone https://tilde.town/~decaydjk/miniblog.git
+
+From the REPL of your favorite CL implementation:
(ql:quickload 'miniblog)
@@ -64,7 +69,7 @@ This will set the timezone of your posts to Pacific and your blog title to "Deca
## Contributing
-Email me your pull requests over local mail! If you have requests or suggestions, hit me up as well and let's talk about it!
+Email your pull requests to decaydjk@tilde.town over local mail! If you have requests or suggestions, hit me up as well and let's talk about it!
## License