Skip to content

Commit

Permalink
Fix make path
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed May 17, 2023
1 parent 2a915f1 commit 5dab47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker-publish:
docker push robrotheram/gogallery:latest

install:
cp build/bin/gogallery /home/robertfletcher/.local/bin/gogallery
cp build/bin/gogallery /home/${HOME}/.local/bin/gogallery

update:
go get -u
Expand Down

0 comments on commit 5dab47e

Please sign in to comment.