Skip to content

Commit e848bc7

Browse files
pdgonzalez872Paulo Daniel Gonzalez
andauthored
Add installation steps to README (#3802)
Co-authored-by: Paulo Daniel Gonzalez <[email protected]>
1 parent dc4272d commit e848bc7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[![Build Status](https://github.com/elixir-ecto/ecto/workflows/CI/badge.svg)](https://github.com/elixir-ecto/ecto/actions) [![Hex.pm](https://img.shields.io/hexpm/v/ecto.svg)](https://hex.pm/packages/ecto)
66

7+
## Installation
8+
9+
Add `:ecto` to the list of dependencies in `mix.exs`:
10+
11+
```elixir
12+
def deps do
13+
[
14+
{:ecto, "~> 3.7"}
15+
]
16+
end
17+
```
18+
19+
## About
20+
721
Ecto is a toolkit for data mapping and language integrated query for Elixir. Here is an example:
822

923
```elixir

0 commit comments

Comments
 (0)