Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Jul 31, 2024
1 parent 37c5668 commit f9015c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feedlynx"
version = "0.2.0"
version = "0.2.2"
edition = "2021"
description = "Collect links to read or watch later in your RSS reader."
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Pre-compiled binaries are available for a number of platforms:

* FreeBSD 13+ amd64
* Linux x86\_64
* Linux aarch64
* MacOS Universal
* Windows x86\_64

Expand Down Expand Up @@ -162,10 +163,16 @@ Feedlynx feed:
-d 'token=ExampleExampleExampleExample1234' \
http://localhost:8001/add

Deployment
----------

It's recommended that Feedlynx be deployed behind a reverse proxy such as nginx
that can provide HTTPS termination.

Build from Source
-----------------

**Minimum Supported Rust Version:** 1.72.1
**Minimum Supported Rust Version:** 1.79.0

Feedlynx is implemented in Rust. See the Rust website for [instructions on
installing the toolchain][rustup].
Expand Down

0 comments on commit f9015c3

Please sign in to comment.