aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-01 00:23:55 +0700
committerShulhan <ms@kilabit.info>2022-02-01 00:24:20 +0700
commitb49ef8b92d182759a5b9312428bea3d5095ddeaf (patch)
tree3f4bcb1134c2d5c27c04ce0208000ea0d816b336 /README.md
parenta8e38e2232a1b763fb27c707826c16a89af4772f (diff)
downloadbeku-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.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4b593ac..c719057 100644
--- a/README.md
+++ b/README.md
@@ -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
[![GoDoc](https://godoc.org/github.com/shuLhan/beku?status.svg)](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