Skip to content

Commit d58e4c6

Browse files
committed
readme: add info on how best to call go get
1 parent 27450ed commit d58e4c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ embd-go is an embeddable command-line tool for embedding data files in Go source
88

99
The embd.go is a single, self-contained, MIT-licensed, go-runnable file, so you can ***copy it verbatim*** into your own project's repository, and keep it there forever:
1010

11+
go get -d -u github.com/akavel/embd-go
1112
Windows: copy %GOPATH%\src\github.com\akavel\embd-go\embd.go tools\embd.go
1213
Linux: cp $GOPATH/src/github.com/akavel/embd-go/embd.go tools/embd.go
1314

@@ -45,7 +46,7 @@ package main
4546
var File_hello_txt = []byte("Hello\r\n")
4647
```
4748

48-
Also, you could use directories as `PATH`. For example:
49+
Also, you could use directories as `PATH`. For example:
4950

5051
```bash
5152
$ mkdir -p configs

0 commit comments

Comments
 (0)