Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 885a4fe

Browse files
committed
README: add note on "go install" not working due to paths
1 parent 71d07fb commit 885a4fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ To build the thing from source:
4242

4343
* Fetch the go package deps:
4444

45-
go get github.com/vaughan0/go-logging
46-
go get github.com/kylelemons/go-gypsy/yaml
45+
go get -u github.com/vaughan0/go-logging
46+
go get -u github.com/kylelemons/go-gypsy/yaml
4747

4848
Be sure to update these packages when trying to build a new codetag version.
4949

@@ -54,8 +54,10 @@ To build the thing from source:
5454
cd codetag
5555
make
5656

57+
TODO: move/symlink stuff around, so that "go install" would work
58+
5759
* Binary will be in the "bin/codetag" path, and can be installed via usual
58-
means e.g. `sudo install -m755 bin/codetag /usr/local/bin`.
60+
means e.g. `sudo install -m755 bin/codetag /usr/local/bin`.
5961

6062

6163
Usage

0 commit comments

Comments
 (0)