From 979f089eda05cd8afd2ef7b9218342720fa5a6a7 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 4 Sep 2017 11:25:54 +0800 Subject: [PATCH] phoenix: update --- phoenix.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/phoenix.md b/phoenix.md index 918972378..fc76735d6 100644 --- a/phoenix.md +++ b/phoenix.md @@ -6,6 +6,22 @@ weight: -1 updated: 2017-09-04 --- +### Quick start + +```bash +# Install Phoenix +mix local.hex +mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez +``` + +```bash +# Create a new project +mix phx.new hello +``` + +Install Erlang, Elixir, Node.js, Postgresql first. +See: [Installation](https://hexdocs.pm/phoenix/installation.html) _(hexdocs.pm)_ + ### Directory structure ```