Skip to content

Commit e32df04

Browse files
Paige Bolducmobileoverlord
authored andcommitted
Add installation instructions to README
1 parent 4e03a01 commit e32df04

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Content encryption algorithms include:
1919
* `A256GCM`, `A192GCM`, `A128GCM` - AES GCM. See [RFC 7518 5.3](https://tools.ietf.org/html/rfc7518#section-5.3)
2020
* `A256CBC-HS512`, `A192CBC-HS384`, `A128CBC-HS256` - AES_CBC_HMAC_SHA2. See [RFC 7518 5.2.6](https://tools.ietf.org/html/rfc7518#section-5.2.6)
2121

22+
## Installation
23+
24+
Add pbcs to the `deps` section of your mix.exs file:
25+
26+
```elixir
27+
def deps do
28+
[
29+
{:pbcs, "~> 0.1.0"}
30+
]
31+
end
32+
```
33+
2234
## Usage
2335

2436
```elixir

0 commit comments

Comments
 (0)