diff --git a/ui/dashboard/README.md b/ui/dashboard/README.md index 88a129ed5..ac2a832c5 100644 --- a/ui/dashboard/README.md +++ b/ui/dashboard/README.md @@ -8,7 +8,7 @@ This will allow you to develop the dashboards UI locally. To get started: ## Start Steampipe -- Start your local Steampipe service with `steampipe service start` (ensure you have navigated to your mod folder with `cd ` first) +- Start your local Steampipe service, and dashboard service, with `steampipe dashboard` (ensure you have navigated to your mod folder with `cd ` first) ## UI Setup @@ -50,4 +50,4 @@ Your default browser will open up the component library. - Add a folder for the new hierarchy type and add `index.tsx` - Ensure you call `registerComponent` before the export - Import this new hierarchy in `ui/dashboard/src/utils/registerComponents.ts` -- Add Storybook stories for your component in `index.stories.js` \ No newline at end of file +- Add Storybook stories for your component in `index.stories.js`