aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-02 22:14:23 -0600
committerMatt Rude <[email protected]>2018-02-02 22:14:23 -0600
commit0c0cde3923440b2d293549c7e430a38082cc0457 (patch)
treea717c5104a5cc23dc6c2e01faf75d5c853573208 /README.md
parentd65bec368ab5d2db704cc05e47f62d356f9f0dbc (diff)
parent56f17ba98e2fdc0bf0b855c2af37008db263cd85 (diff)
downloadxmpp-site-lite-0c0cde3923440b2d293549c7e430a38082cc0457.tar.gz
xmpp-site-lite-0c0cde3923440b2d293549c7e430a38082cc0457.tar.bz2
xmpp-site-lite-0c0cde3923440b2d293549c7e430a38082cc0457.zip
Merge branch 'master' of github.com:mattrude/xmpp-site-lite
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f8e99c..7d5126f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Communication Service Website Source
-[![GitHub license](https://img.shields.io/github/license/mattrude/xmpp-site.svg)](https://github.com/mattrude/xmpp-site/blob/master/LICENSE) [![Open Issues](https://img.shields.io/github/issues-raw/mattrude/xmpp-site.svg)](https://github.com/mattrude/xmpp-site/issues) [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](http://github.com/mattrude/xmpp-site)
+[![GitHub license](https://img.shields.io/github/license/mattrude/xmpp-site-lite.svg)](https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE) [![Open Issues](https://img.shields.io/github/issues-raw/mattrude/xmpp-site-lite.svg)](https://github.com/mattrude/xmpp-site-lite/issues) [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](http://github.com/mattrude/xmpp-site-lite)
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.
@@ -19,8 +19,8 @@ First change into the source directory of the site, once in, update via
A simple script would be
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
+ git clone http://code.mattrude.com/git/xmpp-site-lite /var/src/xmpp-site-lite -q && \
+ cd /var/src/xmpp-site-lite && jekyll build -q
## Installing the server