Skip to content

Commit

Permalink
Merge pull request #379 from dgarcia360/fix-update-command
Browse files Browse the repository at this point in the history
docs: update command
  • Loading branch information
Lorak-mmk authored Oct 1, 2024
2 parents 7a4221f + 3c04eff commit c0c016a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install

.PHONY: update
update:
$(POETRY) update

# Clean commands
Expand Down

0 comments on commit c0c016a

Please sign in to comment.