Skip to content

Commit

Permalink
docs(README): remove macOS build references #7685 (#8974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Aug 25, 2023
1 parent e4e7ace commit 69d14a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,10 @@ sudo apt-get update
sudo apt-get install build-essential
```

#### 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 in the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set.


```bash
git clone https://github.com/dgraph-io/dgraph.git
cd dgraph
Expand Down
2 changes: 1 addition & 1 deletion paper/dgraph.tex
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ \section{Replication}
\section{High Availability and Scalability}

Dgraph's architecture revolves around Raft groups for update log serialization
and replication. In the CAP throrem, this follows CP, i.e. in a network
and replication. In the CAP theorem, this follows CP, i.e. in a network
partition, Dgraph would choose consistency over availability. However, the
concepts of CAP theorem should not be confused with high availability, which is
determined by how many instances can be lost without the service getting
Expand Down

0 comments on commit 69d14a8

Please sign in to comment.