AlmogBaku / airtag-history-tracker

Collect your Airtag location history to a CSV
MIT License
16 stars 0 forks source link

airtag-history-tracker command doesn't work #1

Open Vysper7 opened 1 year ago

Vysper7 commented 1 year ago

In the last step you describe that after installing the airtag-history-tracker can be launch by typing 'airtag-history-tracker' as a command into the terminal. This doesn't work for me for some reason. Maybe I'm missing something like 'go airtag-history-tracker'. Thanks for your time. (I have no idea how go works)

AlmogBaku commented 1 year ago

How did you install go? are you sure that the $GOPATH/bin is in your $PATH?

Vysper7 commented 1 year ago

I reinstalled go through the installer from the website (perviously I had it installed though brew) but it still didn't work. I think it should be in the path but I'm not sure how to check. I have an M1 Mac, I think that makes a difference with he path bcs I originally had trouble with brew as well but it got it fixed. Thanks for your help. Btw this is what the terminal says:

% go install github.com/AlmogBaku/airtag-history-tracker@latest go: github.com/AlmogBaku/airtag-history-tracker@latest: github.com/AlmogBaku/airtag-history-tracker@v0.0.0-20221226082516-b70b3701d7c5: parsing go.mod: module declares its path as: airtag_history_tracker but was required as: github.com/AlmogBaku/airtag-history-tracker

That's it.

kesslerr commented 6 months ago

I had the same issue. For me it worked when downloading the repository, navigating to its directory, and installing it

go install .

Then navigating to HOME/go/bin and there it is.