Update the note in README on which platforms are supported

This commit is contained in:
haad 2018-03-27 16:33:07 +02:00
parent 899d128605
commit 4f7717cffd

View File

@ -41,6 +41,8 @@ To get started, try the **[OrbitDB CLI](https://github.com/orbitdb/orbit-db-cli)
Read the **[GETTING STARTED](https://github.com/orbitdb/orbit-db/blob/master/GUIDE.md)** guide for a more in-depth tutorial and to understand how OrbitDB works. Read the **[GETTING STARTED](https://github.com/orbitdb/orbit-db/blob/master/GUIDE.md)** guide for a more in-depth tutorial and to understand how OrbitDB works.
OrbitDB currently supports Linux and OS X, Windows is not supported yet.
### CLI ### CLI
For the CLI tool to manage orbit-db database, see **[OrbitDB CLI](https://github.com/orbitdb/orbit-db-cli)**. For the CLI tool to manage orbit-db database, see **[OrbitDB CLI](https://github.com/orbitdb/orbit-db-cli)**.
@ -53,8 +55,6 @@ npm install orbit-db-cli -g
### As a library ### As a library
Orbit-db as a library is not supported on Windows.
Install dependencies: Install dependencies:
``` ```