diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 13:47:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 13:47:06 -0500 |
| commit | a152f39aab3ee4beb7fe301040dd1814d7a101ac (patch) | |
| tree | 54a41421f18aa78280a982696d9c4fd5ac424a7b | |
| parent | 99999b9654cdf69e6cc5a2ac6f956ecbb6bdc44b (diff) | |
show both ways to run this
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | argv.go | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -58,3 +58,6 @@ clean: # this will test the golang.org/x -> googlesource override git-clone: ./go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod + +debian: + go-deb --no-gui --repo go.wit.com/apps/go-clone @@ -21,8 +21,10 @@ By default, go-clone will find your go.work file and work from there. Otherwise, it will create a work/ directory. This will recursively clone the sources for this app into a work/ directory: + go-clone --recursive go.wit.com/apps/go-clone -go-clone --recursive go.wit.com/apps/go-clone +This will recursively clone the sources 'the old way' into ~/go/src: + go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone ` } |
