Skip to content

Commit 80b3113

Browse files
committed
Add deps.get to installation instructions
When starting from a fresh copy of the source tree, it's necessary to run the mix `deps.get` task.
1 parent b714544 commit 80b3113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Update config/config.exs, then generate an executable
1919
```
2020
mv config/config.exs.sample config/config.exs
2121
vim config/config.exs
22-
mix escript.build
22+
mix do deps.get, escript.build
2323
```
2424

2525
Run the executable

0 commit comments

Comments
 (0)