add-to-web3 icon indicating copy to clipboard operation
add-to-web3 copied to clipboard

Add a section to the README about the correct format for `path_to_add`

Open lgloege opened this issue 2 years ago • 1 comments

I suggest adding documentation to the README outlining how path_to_add should be formatted. For instance, maybe including something like this:

  • path_to_add: "." will push the entire repo
  • path_to_add: "dir" will only push the contents of "dir"
  • check path_to_dir if you receive a "too many symbolic links encountered" error message

When I tried path_to_add: "/" (which I thought would push the entire repo) I received this error message:

Error: ELOOP: too many symbolic links encountered, stat '/bin/X11/X11/X11/X11/X11/...FileCheck-10'

lgloege avatar Jun 23 '22 20:06 lgloege

Hi @lgloege

Thanks for reporting this and apologies for taking so long to get back to you. Would you like to submit a PR with proposed docs? That would be super appreciated

vasco-santos avatar Dec 05 '22 15:12 vasco-santos