From 8c3fceffe3756d7301ec69dd43fca4a0da2584f2 Mon Sep 17 00:00:00 2001 From: William Izard <60936896+will-izard-ac@users.noreply.github.com> Date: Tue, 8 Sep 2020 11:46:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55e8900..99fad02 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ All hub information containing domain, IDs and URLs for the hub can be found ins ### Upload contents to Acoustic Content -1. Go to the `content-artifacts` directory where the content was downloaded as part of this repository (it contains sub-folders named _assets, content-types, content, categories_ etc.); -2. Run `wchtools push -A --dir ` to push the Content Model to the Hub. If your content folder `content-artifacts` is located in a website sample root folder there is also a shortcut `npm run init-content` -3. Login to Acoustic Content to see that it contains uploaded content inside 'Content Model' and 'Content Library' sections. +1. Navigate to the root folder of the repo, which contains the content folder `content-artifacts` and run `npm run init-content`. +2. Alternatively - Navigate to the `content-artifacts` directory where the content was downloaded as part of this repository (it contains sub-folders named _assets, content-types, content, categories_ etc.). Run `wchtools push -A --dir ` to push the Content Model to the Hub. +3. Login to Acoustic Content user interface to see that it contains uploaded content inside 'Content Model' and 'Content Library' sections. ### Run the site application on a local development server