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
I have been bitten by this too many times (i.e. running `bingo`
commands in the .bingo directory). I wanted to make sure no one
else falls into the same confusion.
Signed-off-by: Todd Short <[email protected]>
Copy file name to clipboardExpand all lines: .bingo/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.
4
4
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.
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.
7
7
* For Makefile: Make sure to put `include .bingo/Variables.mk` in your Makefile, then use $(<uppercasetoolname>) variable where <tool> is the .bingo/<tool>.mod.
8
8
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool.
9
9
* For go: Import `.bingo/variables.go` to for variable names.
0 commit comments