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 had the same problem when I installed with cargo install gurk because it defaults to installing the crate from https://crates.io/crates/gurk which is set to version 0.1.0. This means that it refers to the 0.1.0 tag in the github repo, and there have been some commits since this tag related to the location of the config file: v0.1.0...master
I reinstalled with cargo install --git https://github.com/boxdot/gurk-rs and the problem was resolved for me, so you could try the same.
@boxdot, I think the cause of this issue for oren and I could be resolved by creating a new tag like 0.1.1 that includes the more recent commits, and updating the version on crates.io so that cargo install gurk gets the latest code and then people following the instructions in the README won't have this problem. Thanks!
This works fine btw:
btw, I am on Ubuntu 16.04
The text was updated successfully, but these errors were encountered: