Skip to content

Commit

Permalink
Remove unsupported variables.go reference from README
Browse files Browse the repository at this point in the history
The reference to `variables.go` in the README was removed because it is
not supported. There were not enough use cases to justify its presence.

Fixes bwplotka#141
  • Loading branch information
aimuz committed Nov 30, 2023
1 parent 004ae2d commit 8e86d4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion get.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ This is directory which stores Go modules with pinned buildable package that is
* Run ` + "`" + "bingo get <tool>" + "`" + ` to install <tool> that have own module file in this directory.
* For Makefile: Make sure to put ` + "`" + "include %s/Variables.mk" + "`" + ` in your Makefile, then use $(<upper case tool name>) variable where <tool> is the %s/<tool>.mod.
* For shell: Run ` + "`" + "source %s/variables.env" + "`" + ` to source all environment variable for each tool.
* For go: Import ` + "`" + "%s/variables.go" + "`" + ` to for variable names.
* See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.
## Requirements
Expand Down

0 comments on commit 8e86d4b

Please sign in to comment.