docs: Install latest stable version.

This commit is contained in:
Hayden Young 2023-09-18 12:11:12 +01:00
parent 411702e561
commit af8f4df335
3 changed files with 3 additions and 5 deletions

View File

@ -51,10 +51,8 @@ A Go implementation is developed and maintained by the [Berty](https://github.co
## 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

View File

@ -7,7 +7,7 @@ This guide will help you get up and running with a simple OrbitDB database that
Install OrbitDB:
```sh
npm i @orbitdb/core@next
npm i @orbitdb/core
```
You will also need IPFS for replication:

View File

@ -4,7 +4,7 @@ as its data storage and Libp2p Pubsub to automatically sync databases with peers
To install OrbitDB:
```bash
npm install @orbitdb/core@next
npm install @orbitdb/core
```
IPFS is also required: