From 6405cc2b71afc66cbcddb3a5d883c9d25d080c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 30 Jul 2020 17:25:42 +0200 Subject: [PATCH] update README to just point to ghost root, no need for account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3621048..c2dc1dd 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ You can start a local instance of Ghost using: ``` yarn ghost-start ``` -Which will start a ghost instance at: http://localhost:2368/ghost/ -You can open it and create your account to test the theme. +Which will start a ghost instance at: http://localhost:2368/ +It should use the current state of this repo as its theme. The instance will be installed at `/var/tmp/ghost`. It will have this repo symlinked under `content/themes/casper`.