mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-08 15:16:36 +00:00
docs: Install latest stable version.
This commit is contained in:
parent
411702e561
commit
af8f4df335
@ -51,10 +51,8 @@ A Go implementation is developed and maintained by the [Berty](https://github.co
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
*Note! The upcoming version 1.0.0 is currently in testing and needs to be installed as version "next" as described below.*
|
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install @orbitdb/core@next
|
npm install @orbitdb/core
|
||||||
```
|
```
|
||||||
|
|
||||||
### Browser <script> tag
|
### Browser <script> tag
|
||||||
|
@ -7,7 +7,7 @@ This guide will help you get up and running with a simple OrbitDB database that
|
|||||||
Install OrbitDB:
|
Install OrbitDB:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm i @orbitdb/core@next
|
npm i @orbitdb/core
|
||||||
```
|
```
|
||||||
|
|
||||||
You will also need IPFS for replication:
|
You will also need IPFS for replication:
|
||||||
|
@ -4,7 +4,7 @@ as its data storage and Libp2p Pubsub to automatically sync databases with peers
|
|||||||
To install OrbitDB:
|
To install OrbitDB:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @orbitdb/core@next
|
npm install @orbitdb/core
|
||||||
```
|
```
|
||||||
|
|
||||||
IPFS is also required:
|
IPFS is also required:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user