Skip to content

Commit

Permalink
justfile: fix help spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopy committed Mar 7, 2024
1 parent 7a0efc3 commit 5831aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ MIN_COVERAGE := '100'
echo "# INSTALL\n"
echo "## Install using poetry\n"
echo " poetry install"
echo
echo "If you only want to install the project’s runtime dependencies:\n"
echo " poetry install --only main"
echo
echo "Ensure that the locked dependencies in the poetry.lock file are the only ones present in the environment, removing anything that’s not necessary."
echo " poetry install --sync"
echo
Expand Down

0 comments on commit 5831aa3

Please sign in to comment.