Skip to content

Commit

Permalink
chore: updated Getting Started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jul 30, 2017
1 parent f2c0c75 commit b891e8d
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Getting Started

## Installation
**Note: Pigeon's API will likely change until v1.0**

Add pigeon and kadabra as `mix.exs` dependencies:
```elixir
def deps do
[
{:pigeon, "~> 0.12.0"},
{:pigeon, "~> 1.0.0"},
{:kadabra, "~> 0.2.0"}
]
end
Expand All @@ -20,21 +19,5 @@ to start the applications automatically.
[applications: [:pigeon, :kadabra]]
end
```


Prefer `chatterbox` as your http2 client?
```elixir
def deps do
[
{:pigeon, "~> 0.12.0"},
{:chatterbox, "~> 0.4.0"}
]
end
```

Specify it in your `config.exs`
```elixir
:config, :pigeon, http2_client: Pigeon.Http2.Client.Chatterbox
```

*For details about sending push notifications, see the guides for APNS, GCM, and ADM.*
*For details about sending push notifications, see the guides for APNS, FCM, and ADM.*

0 comments on commit b891e8d

Please sign in to comment.