diff --git a/README.md b/README.md index 805917d..23a4dac 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ ## Usage +If you just want to rapidly start a new Slipstream-powered GitHub Pages-hosted static site, clone +the [Slipstream Site Template](https://github.com/jverkoey/slipstream-site-template/) repository. + Add Slipstream to your package dependencies: ```swift diff --git a/Sources/Slipstream/Documentation.docc/Guides/QuickStart.md b/Sources/Slipstream/Documentation.docc/Guides/QuickStart.md index e97f779..d4fa771 100644 --- a/Sources/Slipstream/Documentation.docc/Guides/QuickStart.md +++ b/Sources/Slipstream/Documentation.docc/Guides/QuickStart.md @@ -4,6 +4,9 @@ A guide to creating your first Slipstream website, quick-like. In this guide we'll make a website called hogmobile.com. +For an even faster quick-start, you can clone the template +repo at https://github.com/jverkoey/slipstream-site-template/. + ## Prerequisites - Install Xcode