tomnomnom / meg

Fetch many paths for many hosts - without killing the hosts
MIT License
1.59k stars 266 forks source link

Error execution #77

Open tXambe opened 2 years ago

tXambe commented 2 years ago

Hello,

I follow the steps for installation in go, but when I run meg I have this error:

failed to open paths file: file ./paths not found

A greeting and thanks

TheRubick commented 2 years ago

Create a file called paths and another one called hosts in your working directory using the following command:

touch paths hosts
tXambe commented 2 years ago

Hello,

it was that,

A greeting and thanks

TheRubick commented 2 years ago

Close the issue as you have solved it.

tXambe commented 2 years ago

Solved