From f46981e5a45e74a0e2c2e809f4d0bcc51f8417a8 Mon Sep 17 00:00:00 2001 From: Silas Date: Fri, 12 Nov 2021 20:26:28 -0500 Subject: [PATCH] better install instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b99d5ef..3d9d7b8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ To start your Phoenix server: + * (optional) Install ['ASDF'](https://asdf-vm.com/) along with the ['Erlang'](https://github.com/asdf-vm/asdf-erlang), ['Elixir'](https://github.com/asdf-vm/asdf-elixir), and ['Node'](https://github.com/asdf-vm/asdf-nodejs) plugins + * (optional) Run `asdf install`. Now this project will always use the correct erlang/elixir/node/npm versions. * Install dependencies with `mix deps.get` * Create and migrate your database with `mix ecto.setup` * Install Node.js dependencies with `npm install` inside the `assets` directory