aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-12-30 21:25:36 -0600
committerMatt Rude <[email protected]>2016-12-30 21:25:36 -0600
commit211764e8d4ff7720702161baebc78c1c02afa36f (patch)
treee19057a9ee2a046d7e33a0f0a9871cd4ae376528
parentabee666066ed5cd57fd4b22f533e1bc89b2e4d84 (diff)
downloadxmpp-site-builder-211764e8d4ff7720702161baebc78c1c02afa36f.tar.gz
xmpp-site-builder-211764e8d4ff7720702161baebc78c1c02afa36f.tar.bz2
xmpp-site-builder-211764e8d4ff7720702161baebc78c1c02afa36f.zip
Updated: README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b82614d..df25da5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# Communication Service Website Source
+This is the website for [Matt Rude](https://mattrude.com)'s XMPP service. This site may be loaded via the [xmpp-site-builder](https://code.mattrude.com/xmpp-site-builder/) repository.
## Jekyll
@@ -15,9 +16,9 @@ First change into the source directory of the site, once in, update via
A simple script would be
- rm -rf /var/src/im.mattrude.com && mkdir -p /var/src/ && \
- git clone [email protected]:mattrude/im.mattrude.com.git /var/src/im.mattrude.com -q && \
- cd /var/src/im.mattrude.com && jekyll build -q && rm -rf /var/src/im.mattrude.com
+ rm -rf /var/src/xmpp-site && mkdir -p /var/src/ && \
+ git clone http://code.mattrude.com/git/xmpp-site /var/src/xmpp-site -q && \
+ cd /var/src/xmpp-site && jekyll build -q && rm -rf /var/src/xmpp-site
## Installing the server