diff --git a/Makefile b/Makefile index 9d27d94..0a6b678 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ demo: install # SYSTEM DEPENDENCIES ######################################################### -.PHONY: boostrap -boostrap: ## Attempt to install system dependencies +.PHONY: bootstrap +bootstrap: ## Attempt to install system dependencies asdf plugin add python || asdf plugin update python asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git || asdf plugin update poetry asdf install