Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Apr 8, 2023
1 parent 1fd72f7 commit ede4189
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Install the RSS plugin (which [augments](https://blog.jonudell.net/2022/12/06/ma
steampipe plugin install rss
```


Install and configure the [Mastodon plugin](https://github.com/turbot/steampipe-plugin-mastodon).

Clone:
Expand All @@ -51,6 +50,18 @@ git clone https://github.com/turbot/steampipe-mod-mastodon-insights
cd steampipe-mod-mastodon-insights
```

Tweak:

Edit `mod.sp` like so:

```
locals {
host = "http://localhost:9194"
server = "social.coop" // replace with your server
...
}
### Usage
Start your dashboard server:
Expand Down

0 comments on commit ede4189

Please sign in to comment.