From 70b41cd39e989e888ca2a2f639ec4a8a40e79c21 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 27 Apr 2020 12:00:54 -0400 Subject: [PATCH] Update getstarted.md --- docs/getstarted.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getstarted.md b/docs/getstarted.md index 1085c29..1902d70 100644 --- a/docs/getstarted.md +++ b/docs/getstarted.md @@ -46,9 +46,11 @@ See how easy that is? I wasn't lying - it really can be done in two minutes. ## Installation steps (as a ruby gem - the hard way) -**For most people (including myself!), I suggest going that route and ignoring this section**. If you're an advanced user and want to use beautiful-jekyll as a ruby gem, then follow these steps. +**For most people (including myself!), I suggest using the easy way and ignoring this section**. If you're an advanced user and want to use beautiful-jekyll as a ruby gem, then follow these steps. -Beautiful-Jekyll was initially developed as a GitHub Pages theme that was meant to be used via forking as described above, but due to high demand it's also available as a Github "remote_theme" and as a Ruby Gem. Apart from the method mentioned above, there are three other ways of using beautiful-jekyll. These are advanced uses and you should only use one of these methods if you know how to write jekyll sites from scratch. You should look up the official documentation for whichever method you want to use, but here are the basics: +Beautiful-Jekyll was initially developed as a GitHub Pages theme that was meant to be used via forking as described above, but due to high demand it's now also available as a Github "remote_theme" and as a Ruby Gem. + +There are three other ways of using beautiful-jekyll. These are advanced uses and you should only use one of these methods if you know how to write jekyll sites from scratch. You should look up the official documentation for whichever method you want to use, but here are the basics: - Using `remote_theme` with a GitHub repository