Skip to content

Commit

Permalink
Use custom import path
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Sep 6, 2022
1 parent b309081 commit 6b3cb74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/aburdulescu/tpl
module bandr.me/p/tpl

go 1.14
go 1.19

0 comments on commit 6b3cb74

Please sign in to comment.