Skip to content

Commit c3dc48e

Browse files
Add badge
1 parent 99e8988 commit c3dc48e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
[![GitHub Repo stars](https://img.shields.io/github/stars/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/stargazers)
1414
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/commits/main/)
1515
[![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph)
16+
[![Docker Pulls](https://img.shields.io/docker/pulls/dgraph/dgraph)](https://hub.docker.com/r/dgraph/dgraph)
1617

1718
Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides
1819
ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to
@@ -84,6 +85,7 @@ the GOPATH environment variable is not set.
8485
```bash
8586
git clone https://github.com/dgraph-io/dgraph.git
8687
cd dgraph
88+
make setup
8789
make install
8890
```
8991

0 commit comments

Comments
 (0)