Skip to content

Commit

Permalink
Merge branch 'argmaxinc:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
metropol authored Mar 6, 2024
2 parents 34e26bc + 7dbece0 commit f1cff8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ setup:
@echo "Checking for git-lfs..."
@which git-lfs > /dev/null || (echo "Installing git-lfs..." && brew install git-lfs)
@echo "git-lfs is installed."
@echo "Checking for trash..."
@which trash > /dev/null || (echo "Installing trash..." && brew install trash)
@echo "trash is installed."
@echo "Done 🚀"


Expand Down

0 comments on commit f1cff8d

Please sign in to comment.