Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerriweather committed Mar 19, 2018
1 parent 94a5e36 commit 0a4f40f
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Ueberauth ADFS

## Installation

The package can be installed by adding `ueberauth_adfs` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ueberauth_adfs, "~> 0.1.0"}
]
end
```

Docs can be found at [https://hexdocs.pm/ueberauth_adfs](https://hexdocs.pm/ueberauth_adfs).

## Setting up ADFS

#### In ADFS >=3.0 setup a new Client using Powershell:
Expand Down Expand Up @@ -37,22 +51,3 @@
}
]
```


## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ueberauth_adfs` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ueberauth_adfs, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ueberauth_adfs](https://hexdocs.pm/ueberauth_adfs).

0 comments on commit 0a4f40f

Please sign in to comment.