Skip to content

Commit

Permalink
add instructions about the chrome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 7, 2023
1 parent abbe789 commit 305ca46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ go install github.com/pomdtr/tweety@latest

or download a binary from [releases](https://github.com/pomdtr/tweety/releases).

## Chrome Extension

A chrome extension is availaible in the extension folder. To install it:

- Clone the repository
- Go to `chrome://extensions`
- Enable `Developer mode`
- Click on `Load unpacked`
- Select the `extension` folder

By default, the extension will try to connect to `localhost:9999`. You can
customize the origin in the extension options.

## Configuration

Use the `$XDG_CONFIG_DIR/tweety/tweety.json` file to configure Tweety (defaults
Expand Down

0 comments on commit 305ca46

Please sign in to comment.