Skip to content

Commit ad21c51

Browse files
authored
Add an additional note explaining what the '-S mix' flag is for (elixir-lang#1619)
1 parent 9543e86 commit ad21c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/introduction-to-mix.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Will output:
155155

156156
The `lib/kv.ex` file was compiled, an application manifest named `kv.app` was generated. All compilation artifacts are placed inside the `_build` directory using the options defined in the `mix.exs` file.
157157

158-
Once the project is compiled, you can start an `iex` session inside the project by running:
158+
Once the project is compiled, you can start an `iex` session inside the project by running the command below. The `-S mix` is necessary to load the project in the interactive shell:
159159

160160
```console
161161
$ iex -S mix

0 commit comments

Comments
 (0)