diff --git a/README.md b/README.md index d87462a..c22dedd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # elixir_channels_demo -Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end. \ No newline at end of file +Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end. + +## Quick Startup: + +> mix deps.get + +Then: + +> mix phx.server + +or: + +> iex -S mix phx.server