diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-01 00:23:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-01 00:24:20 +0700 |
| commit | b49ef8b92d182759a5b9312428bea3d5095ddeaf (patch) | |
| tree | 3f4bcb1134c2d5c27c04ce0208000ea0d816b336 /README.md | |
| parent | a8e38e2232a1b763fb27c707826c16a89af4772f (diff) | |
| download | beku-b49ef8b92d182759a5b9312428bea3d5095ddeaf.tar.xz | |
all: remove the flag vendor
Since vendoring is already handled by Go module, we remove this
feature to minimize duplication.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,7 +1,7 @@ # Beku Beku is a library and program to manage packages in user's environment (GOPATH -or vendor directory). +directory). For beku as library see the following [](https://godoc.org/github.com/shuLhan/beku). @@ -12,7 +12,7 @@ For beku as program see the below documentation or at ## Beku program Beku is command line program to manage packages in user's environment (GOPATH -or vendor directory). Beku provide syntax like `pacman`. +directory). Beku provide syntax like `pacman`. Beku read and write the package database into a file named "beku.db". @@ -34,12 +34,6 @@ inside a script. Do not install any missing dependencies. This options can be used on freeze or sync operations. - -V, --vendor - -Operate in vendor mode. This option used only when first scanning -(`beku -V -S`). -Any operation after that, will use the "vendor" directory in current -working directory as installation prefix. ## Freeze Operation |
