aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-04-26 22:20:26 +0200
committerdec05eba <dec05eba@protonmail.com>2024-04-26 22:20:26 +0200
commit36588a59e884041c5520802811263bbaa6108251 (patch)
treef2f81d230c68132f652fdaec041d3171d079dae1
parent03f477257deb3a1cc4c47fe6d0054867493fb49d (diff)
Remove mention of prebuilt binary
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 084998d..f0840c9 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@ Automatically track new releases of media and download them. Currently works wit
A notification is shown on the screen when a download finishes (if notify-send is installed).\
AutoMedia checks and downloads updates every 15 minutes. Torrents stop seeding after a ratio of 2.0.\
## Installation
-Run `sudo ./install.sh` to install AutoMedia. It will build automedia with musl if installed, otherwise it will use gcc/clang (whichever you have configured as the default). If you are running Arch Linux, then you can find AutoMedia on aur under the name automedia-git (`yay -S automedia-git`).\
-There is also a prebuilt binary of the latest commit for x86_64 systems available at https://dec05eba.com/files/automedia.
+Run `sudo ./install.sh` to install AutoMedia. It will build automedia with musl if installed, otherwise it will use gcc/clang (whichever you have configured as the default). If you are running Arch Linux, then you can find AutoMedia on aur under the name automedia-git (`yay -S automedia-git`).
## Usage
Run automedia with `sync` option and keep it running to track media. You can then use `add` option to add new media to track.\
Removing media from being synced can be done by removing the tracked directory in `~/.config/automedia/rss/tracked` or `~/.config/automedia/html/tracked` or by using `automedia cleanup`.\