Skip to content

Commit ea159c5

Browse files
djgokuketupia
andauthored
docs: Update readme to call out need to add :ash_paper_trail to .formatter.exs (#193)
Co-authored-by: Ketupia <5758075+ketupia@users.noreply.github.com>
1 parent 9406519 commit ea159c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documentation/tutorials/getting-started-with-ash-paper-trail.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ First, add the dependency to your `mix.exs`
66
{:ash_paper_trail, "~> 0.5.5"}
77
```
88

9+
Next add `:ash_ paper_trail` to your `.formatter.exs` under `import_deps`.
10+
11+
```elixir
12+
[
13+
import_deps: [
14+
:ash_paper_trail,
15+
]
16+
```
17+
918
Then, add the `AshPaperTrail.Resource` extension to any resource you would like to version and configure the change tracking mode
1019

1120
```elixir

0 commit comments

Comments
 (0)