From fdc98fc74616807f82b7eca62c76d646bfe9f51b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 26 Aug 2018 00:10:38 -0400 Subject: [PATCH] Update README.md Fixed download links which were pointing to very outdated versions of daemon. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index cd45cc175..5210bcc78 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,7 @@ The project is written in Python 3.7+ and extensively uses Twisted framework. ## Installation -| | Windows | macOS | Linux | -| --------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -| Latest Stable Release | [Download](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-windows.zip) | [Download](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-macos.zip) | [Download](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-linux.zip) | -| Latest Pre-release | [Download](https://github.com/lbryio/lbry/releases/download/untagged-99114fa31abbfe3a5ef4/lbrynet-daemon-v0.20.1rc3-windows.zip) | [Download](https://github.com/lbryio/lbry/releases/download/untagged-99114fa31abbfe3a5ef4/lbrynet-daemon-v0.20.1rc3-macos.zip) | [Download](https://github.com/lbryio/lbry/releases/download/v0.20.1rc4/lbrynet-daemon-v0.20.1rc4-linux.zip) | - -Our [releases page](https://github.com/lbryio/lbry/releases) contains pre-built binaries of the latest release, pre-releases, and past releases, for macOS, Debian-based Linux, and Windows. +Our [releases page](https://github.com/lbryio/lbry/releases) contains pre-built binaries of the latest release, pre-releases, and past releases, for macOS, Debian-based Linux, and Windows. [Automated travis builds](http://build.lbry.io/daemon/) are also available for testing. ## Usage