msprev / fzf-bibtex

a BibTeX source for fzf
BSD 3-Clause "New" or "Revised" License
129 stars 15 forks source link

[help] Modification and install question #34

Closed folofjc closed 2 years ago

folofjc commented 2 years ago

In reference to #33, I was trying to edit the code and then test, but I am unsure how to install once I have made changes. Would you mind updating the README so that it gives instruction for how to install a local clone in go? Maybe it is super easy and I should already know, but if it is as easy as go install <clone location>@latest then that should be an easy fix in the README.

msprev commented 2 years ago

This is out of scope for the fzf-bibtex readme. There are lots of resources online that explain how to work with local copies of Go modules, e.g. https://teivah.medium.com/how-to-test-a-local-branch-with-go-mod-54df087fc9cc

folofjc commented 2 years ago

But that just shows how to test a module that has changed. It doesn't specify how to change bar itself.