Skip to content

Commit

Permalink
Now installing devdeps instead of getting them
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Dec 3, 2024
1 parent affd689 commit 2b4dc26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ fmt:
mdformat .

setup:
{{GO}} get -u github.com/kyoh86/richgo
{{GO}} get -u github.com/dave/courtney
{{GO}} get -t -v ./...
{{GO}} install github.com/kyoh86/richgo
{{GO}} install github.com/dave/courtney
{{PY}} -m pip install --upgrade pip
{{PY}} -m pip install mdformat

0 comments on commit 2b4dc26

Please sign in to comment.