Update README.md
This commit is contained in:
parent
9380736640
commit
ba7da553bc
1 changed files with 12 additions and 3 deletions
13
README.md
13
README.md
|
@ -1,9 +1,18 @@
|
|||
**PROPOSAL STAGE**
|
||||
|
||||
# LBRY File Format
|
||||
|
||||
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
|
||||
|
||||
- Name Format: `*.lbry`
|
||||
|
|
Loading…
Reference in a new issue