Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 26, 2021
1 parent 5d577ce commit 25d5b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/saltext/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ def main(
click.secho("Bare bones project is created.", fg="bright_green", bold=True)
click.secho(
f"If the {project_name} extension should only target salt 3003 or "
"newer, run the following command:"
"newer, edit 'setup.cfg', read the comment around 'options.entry-points', "
"and then run the following command:"
)
click.secho(f" rm src/saltext/{package_name}/loader.py")
click.secho("You should now run the following commands:")
Expand Down

0 comments on commit 25d5b8b

Please sign in to comment.