Skip to content

Commit

Permalink
Prepare for release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offlinehacker committed Feb 15, 2025
1 parent b6485f2 commit 947978e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Here is a single-liner to install the binary to your local bin directory:

```shell
mkdir -p ~/.local/bin
curl -L https://github.com/xtruder/ffbookmarks-to-markdown/releases/download/v0.1.0/ffbookmarks-to-markdown-linux-amd64.tar.gz | tar -xz -C ~/.local/bin
curl -L https://github.com/xtruder/ffbookmarks-to-markdown/releases/download/v0.2.0/ffbookmarks-to-markdown-linux-amd64.tar.gz | tar -xz -C ~/.local/bin
```

## Running
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
networks:
- net
ffbookmarks-to-markdown:
image: ghcr.io/xtruder/ffbookmarks-to-markdown:0.1.0
image: ghcr.io/xtruder/ffbookmarks-to-markdown:0.2.0
command: -output /data/my-vault/Bookmarks -screenshot-api http://gowitness
environment:
- TZ=UTC
Expand Down

0 comments on commit 947978e

Please sign in to comment.