Skip to content

Commit 10f8daa

Browse files
octostevemeh
authored andcommitted
README: add installation instructions
1 parent 347b4b5 commit 10f8daa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Elixir sockets made decent
33
This library wraps `gen_tcp`, `gen_udp` and `gen_sctp`, `ssl` and implements
44
websockets and socks.
55

6+
Installation
7+
--------
8+
In your `mix.exs` file
9+
10+
```
11+
defp deps do
12+
[
13+
# ...
14+
{:socket, "~> 0.3"},
15+
# ...
16+
]
17+
end
18+
```
19+
20+
Then run `mix deps.get` to install
21+
622
Examples
723
--------
824

0 commit comments

Comments
 (0)