KonradIT / bereal-timelapse

Generates a timelapse from your BeReal memories
Other
13 stars 3 forks source link

Silly query #2

Closed iarlaithc closed 1 year ago

iarlaithc commented 1 year ago

Hey sorry about this question but i cant figure out how to run this, I have all the requirements but I dont understand how to run the render command. I have ran main.go and it mentioned the usage but typing that command in the same directory in cmd just returns error that bereal-timelapse isnt a recognised command. Id love if you could help at all? image

KonradIT commented 1 year ago

You need to build it first (go build -o bereal-timelapse .) or replace bereal-timelapse with go run main.go.

iarlaithc commented 1 year ago

Thank you