From ba7da553bc48f75eb7ab9903239d42a9e4d15825 Mon Sep 17 00:00:00 2001 From: Shawn K Date: Fri, 29 Mar 2019 00:52:35 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9852b89..0f909c8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ -**PROPOSAL STAGE** - # LBRY File Format -The LBRY format is a multimedia-format designed to promote interoperability and transmission of complex digital media. +The LBRY format is a multimedia-format designed to promote interoperability and transmission of complex digital media. + +This repo contains some tools & libraries for working with `*.lbry` files. + +## CLI Installation + +Requires: [NodeJS](https://nodejs.org/en/download/), [Git](https://git-scm.com/downloads) + +Windows: `npm i -g https://github.com/lbryio/lbry-format` +Mac / Linux: `sudo npm i -g https://github.com/lbryio/lbry-format` + +Once installed, run `lbry-format --help` ## Name