File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ This fixes zsh (and maybe other shells) escript-related bugs. Also this should s
102102
103103``` erlang-repl
104104
105- 1>> hackney:start( ).
105+ 1>> application:ensure_all_started(hackney ).
106106ok
107107```
108108
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ This fixes zsh (and maybe other shells) escript-related bugs. Also this should s
102102
103103``` erlang-repl
104104
105- 1>> hackney:start( ).
105+ 1>> application:ensure_all_started(hackney ).
106106ok
107107```
108108
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ It is suggested that you install rebar3 user-wide as described [here](http://blo
119119This fixes zsh (and maybe other shells) escript-related bugs. Also this should speed things up.
120120
121121<pre lang="erlang-repl">
122- 1>> hackney:start( ).
122+ 1>> application:ensure_all_started(hackney ).
123123ok</pre>
124124
125125It will start hackney and all of the application it depends on:
You can’t perform that action at this time.
0 commit comments