From 7d3a3380af5e982245ed27cab57e500fde039db2 Mon Sep 17 00:00:00 2001 From: Var Bhat Date: Thu, 26 Aug 2021 16:35:34 +0530 Subject: [PATCH] Fix Download URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837fb43..03e9e9a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Torrented Files are stored in local disk of device where it's run, which are the exatorrent can be installed in 3 ways. * **Releases:** You can download binary for your OS from [Releases](https://github.com/varbhat/exatorrent/releases/latest) . Mark it as executable and run it . Refer [Usage](docs/usage.md) . ```bash - wget https://github.com/varbhat/exatorrent/releases/download/latest/exatorrent-linux-amd64 + wget https://github.com/varbhat/exatorrent/releases/latest/download/exatorrent-linux-amd64 chmod u+x ./exatorrent-linux-amd64 ./exatorrent-linux-amd64 ```