From 6bc3e8a3f450baeb821b472a4dfa169d51641b89 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 20 Jan 2017 12:27:19 -0500 Subject: [PATCH] fix typo in readme link --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 171d02f48..83539e5b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Installing LBRY -The recommended way to install LBRY is to use an installer. We provide installers for all major operating systems. See the [README](README). +The recommended way to install LBRY is to use an installer. We provide installers for all major operating systems. See the [README](README.md). These instructions are for installing from source code, which is recommended if you are interested in doing development work or LBRY is not available on your operating system (good luck, TempleOS users).