Skip to content

Update installer README, fix deprecated snippet#6587

Merged
SteffenDE merged 1 commit intophoenixframework:mainfrom
matt-savvy:installer-readme
Jan 24, 2026
Merged

Update installer README, fix deprecated snippet#6587
SteffenDE merged 1 commit intophoenixframework:mainfrom
matt-savvy:installer-readme

Conversation

@matt-savvy
Copy link
Contributor

Description

The installer README uses a deprecated mix do feature in the "build and install locally" instructions.

The existing snippet gives this warning

warning: using commas as separators in "mix do" is deprecated, use + between commands instead
  (mix 1.19.3) lib/mix/tasks/do.ex:129: Mix.Tasks.Do.gather_commands/3
  (mix 1.19.3) lib/mix/tasks/do.ex:75: Mix.Tasks.Do.run/1
  (mix 1.19.3) lib/mix/task.ex:499: anonymous fn/3 in Mix.Task.run_task/5
  (mix 1.19.3) lib/mix/cli.ex:129: Mix.CLI.run_task/2
  /usr/local/bin/mix:7: (file)
  (elixir 1.19.3) src/elixir_compiler.erl:81: :elixir_compiler.dispatch/4

Changes

Update installer README, fix deprecated snippet.

Using commas as separators in "mix do" is deprecated
@SteffenDE SteffenDE merged commit 4bc34f6 into phoenixframework:main Jan 24, 2026
6 checks passed
@SteffenDE
Copy link
Contributor

Thank you! 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants