Skip to content

Commit

Permalink
Do not refer to mix setup due to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 12, 2020
1 parent 509fa13 commit 4aa5bed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion installer/templates/phx_single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

To start your Phoenix server:

* Setup the project with `mix setup`
* Install dependencies with `mix deps.get`<%= if ecto do %>
* Create and migrate your database with `mix ecto.setup`<% end %><%= if webpack do %>
* Install Node.js dependencies with `npm install` inside the `assets` directory<% end %>
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Expand Down
4 changes: 3 additions & 1 deletion installer/templates/phx_umbrella/apps/app_name_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

To start your Phoenix server:

* Setup the project with `mix setup`
* Install dependencies with `mix deps.get`<%= if ecto do %>
* Create and migrate your database with `mix ecto.setup`<% end %><%= if webpack do %>
* Install Node.js dependencies with `npm install` inside the `assets` directory<% end %>
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Expand Down

0 comments on commit 4aa5bed

Please sign in to comment.