Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs some setup before use #1

Closed
ConnorBar opened this issue Sep 25, 2023 · 1 comment
Closed

Needs some setup before use #1

ConnorBar opened this issue Sep 25, 2023 · 1 comment

Comments

@ConnorBar
Copy link

ConnorBar commented Sep 25, 2023

This is a cool project! I checked it out but when I was downloading it to test, tdmscrape did not work out of the box. I needed to go into go/bin directory to use the executable ./datamine-scraper <url> If I wanted to use tdmscrape from any directory, I needed to create an alias myself:

alias tdmscrape="~/go/bin/datamine-scraper"

Let me know if I did something incorrectly when setting it up.

@agarmu
Copy link
Owner

agarmu commented Sep 25, 2023

Setting the PATH is part of installing Go- it should have walked you through adding ~/go/bin to your PATH variable. This is part of go as a language and not an issue specific to tdmscrape. This is a good website for more info

@agarmu agarmu closed this as completed Sep 25, 2023
Repository owner locked and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants