Skip to content

Commit

Permalink
(docs) Update README - remove macOS build references #7685
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jun 8, 2021
1 parent 5ae487f commit db6a01c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,10 @@ sudo apt-get update
sudo apt-get install gcc make
```

### macOS

As a prerequisite, first install [XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) (or the [XCode Command-line Tools](https://developer.apple.com/downloads/)) and [Homebrew](https://brew.sh/).

Next, install the required dependencies:

```bash
brew update
brew install jemalloc go
```

### Build and Install

Then clone the Dgraph repository and use `make install` to install the Dgraph binary to `$GOPATH/bin`.


```bash
git clone https://github.com/dgraph-io/dgraph.git
cd ./dgraph
Expand Down

0 comments on commit db6a01c

Please sign in to comment.