update README to just point to ghost root, no need for account

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-07-30 17:25:42 +02:00
parent 64d62b2202
commit 6405cc2b71
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -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`.