changed hex_metadata.config
 
@@ -10,4 +10,4 @@
10
10
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/chriseyre2000/about">>}]}.
11
11
{<<"name">>,<<"about">>}.
12
12
{<<"requirements">>,[]}.
13
- {<<"version">>,<<"0.0.8">>}.
13
+ {<<"version">>,<<"0.0.9">>}.
changed lib/about.ex
 
@@ -51,8 +51,11 @@ defmodule About do
51
51
The following steps help setup
52
52
53
53
mix local.hex
54
+
54
55
mix archive.install hex phx_new
56
+
55
57
docker run -d -e POSTGRES_PASSWORD=postgres -p 5432:5432 postgres:11
58
+
56
59
mix phx.new [PROJECT NAME]
57
60
58
61
Follow the instructions from there.
changed mix.exs
 
@@ -4,7 +4,7 @@ defmodule About.MixProject do
4
4
def project do
5
5
[
6
6
app: :about,
7
- version: "0.0.8",
7
+ version: "0.0.9",
8
8
elixir: "~> 1.8",
9
9
description: description(),
10
10
package: package(),