You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ Keeping the trash in your ./vendor dir to a minimum.
7
7
Make sure you're using go1.6 or later version.
8
8
9
9
0. Download and extract `trash` to your PATH
10
-
1. Copy `trash.conf` file to your project and edit to your needs.
10
+
1. Copy `vendor.conf` file to your project and edit to your needs.
11
11
2. Run `trash`
12
12
13
-
`trash.conf` (in your project root dir) specifies the revisions (git tags or commits, or branches - if you're drunk) of the libraries to be fetched, checked out and copied to ./vendor dir. For example:
13
+
`vendor.conf` (in your project root dir) specifies the revisions (git tags or commits, or branches - if you're drunk) of the libraries to be fetched, checked out and copied to ./vendor dir. For example:
14
14
```
15
15
github.com/rancher/trash
16
16
@@ -46,7 +46,7 @@ I'd been slightly reluctant to the idea of writing it, but apparently the world
46
46
47
47
## Help
48
48
49
-
For the world's convenience, `trash` can detect glide.yaml (and glide.yml, as well as trash.yaml) and use that instead of trash.conf (and you can Force it to use any other file). Just in case, here's the program help:
49
+
For the world's convenience, `trash` can detect glide.yaml (and glide.yml, as well as trash.yaml) and use that instead of vendor.conf (and you can Force it to use any other file). Just in case, here's the program help:
50
50
51
51
```
52
52
$ trash -h
@@ -66,7 +66,7 @@ COMMANDS:
66
66
help, h Shows a list of commands or help for one command
67
67
68
68
GLOBAL OPTIONS:
69
-
--file value, -f value Vendored packages list (default: "trash.conf")
69
+
--file value, -f value Vendored packages list (default: "vendor.conf")
70
70
--directory value, -C value The directory in which to run, --file is relative to this (default: ".")
71
71
--keep, -k Keep all downloaded vendor code (preserving .git dirs)
0 commit comments