Navigation Menu

Skip to content

Commit

Permalink
Add how to install PGroonga to OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 13, 2015
1 parent d12e297 commit c02b8da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/index.md
Expand Up @@ -25,6 +25,8 @@ See a document for your platform in the followings:
* 5
* 6
* 7
* [OS X](os-x.html)
* Homebrew
* [Windows](windows.html)
* 32bit + PostgreSQL {{ site.windows_postgresql_version }}
* 64bit + PostgreSQL {{ site.windows_postgresql_version }}
Expand Down
20 changes: 20 additions & 0 deletions install/os-x.md
@@ -0,0 +1,20 @@
---
title: Install to OS X
layout: en
---

# Install to OS X

This document describes how to install PGroonga to OS X.

## How to install by Homebrew {#homebrew}

You can install PGroonga by Homebrew:

```text
% brew install postgresql --with-pgroonga
```

That's all!

Try [tutorial](../tutorial/). You can understand more about PGroonga.

0 comments on commit c02b8da

Please sign in to comment.