diff --git a/README.md b/README.md index 8531217..2246424 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Generate file based on a json data file and a template file ## Install: -- Install golang(e.g. on Debian based distros: `sudo apt install golang`) +- install golang - then run ``` -go get github.com/aburdulescu/tpl +go install bandr.me/p/tpl@latest ``` ## Usage diff --git a/go.mod b/go.mod index 791d052..980c16d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/aburdulescu/tpl +module bandr.me/p/tpl -go 1.14 +go 1.19