Skip to content

Commit ffd0fe5

Browse files
authored
Revert "Update .bingo/README.md (operator-framework#1186)" (operator-framework#1206)
Bingo will overwrite this, which can cause issues. This reverts commit 1d64a4d.
1 parent 0f956dc commit ffd0fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bingo/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.
44

5-
* Run `bingo get` (in the repo root) to install all tools having each own module file in this directory.
6-
* Run `bingo get <tool>` (in the repo root) to install <tool> that have own module file in this directory.
5+
* Run `bingo get` to install all tools having each own module file in this directory.
6+
* Run `bingo get <tool>` to install <tool> that have own module file in this directory.
77
* For Makefile: Make sure to put `include .bingo/Variables.mk` in your Makefile, then use $(<upper case tool name>) variable where <tool> is the .bingo/<tool>.mod.
88
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool.
99
* For go: Import `.bingo/variables.go` to for variable names.

0 commit comments

Comments
 (0)