Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Add library to brew (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn authored Mar 19, 2020
1 parent ed9cbe7 commit 488e78c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ InfluxDB C++ client library

## Installation

__OS support__
- Ubuntu
- CentOS
- macOS

__Build requirements__
- CMake 3.12+
- C++17 compliler
Expand All @@ -28,7 +23,7 @@ __Dependencies__
- CURL (required)
- boost 1.57+ (optional - see [Transports](#transports))

__Compilation__
### Generic
```bash
git clone https://github.com/awegrzyn/influxdb-cxx.git
cd influxdb-cxx; mkdir build
Expand All @@ -37,6 +32,11 @@ cmake ..
sudo make install
```

### macOS
```bash
brew install awegrzyn/influxdata/influxdb-cxx
```

## Quick start

### Basic write
Expand Down

0 comments on commit 488e78c

Please sign in to comment.