tbvdm / sigtop

Export messages from Signal Desktop
Other
267 stars 11 forks source link

Bash Command not found #43

Closed joeldebruijn closed 8 months ago

joeldebruijn commented 9 months ago

This is my first time installing anything needing Go (Which is go1.19.8 linux/amd64).

After installing sigtop with GOBIN=~/sigtop go install github.com/tbvdm/sigtop@master ... and opening the directory where the binary is, and trying "sigtop check-database" I get "Bash Command not found".

Probably rookie mistake, but maybe someone could point me in the right direction?

joeldebruijn commented 8 months ago

Never mind, after adding the sigtop directory to the path variable it worked. I assumed that "being IN the right folder" was enough.