Skip to content

Commit c0c016a

Browse files
authored
Merge pull request #379 from dgarcia360/fix-update-command
docs: update command
2 parents 7a4221f + 3c04eff commit c0c016a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ setupenv:
2525
.PHONY: setup
2626
setup:
2727
$(POETRY) install
28+
29+
.PHONY: update
30+
update:
2831
$(POETRY) update
2932

3033
# Clean commands

0 commit comments

Comments
 (0)