Skip to content

Commit 6e7b7f7

Browse files
committed
Update README.md
1 parent b0a002d commit 6e7b7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Pacmod is a small tool that can be used to package up your Go modules for distri
1515

1616
Run the `pack` command in the directory containing your `go.mod`. For example:
1717

18-
`pacmod pack github.com/repo/user v1.0.0 outputdirectory`
18+
`pacmod pack v1.0.0 outputdirectory`
1919

20-
This will result in the following files:
20+
This will result in the following files being placed in the `outputdirectory`:
2121

2222
- `go.mod` - The current mod file when the `pack` command was executed
2323
- `v1.0.0.info` - The info file containing the module version and timestamp

0 commit comments

Comments
 (0)