Fix minor imp 2

main
Óscar M. Lage 2022-09-22 18:33:36 +02:00
parent a6e3d926a3
commit 5b95e580a2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ As said, it's not fully usable yet, it's a WIP (for now it's not looping over al
* Create a `.env` file with your postgresql credentials from the `.env.sample` file in the repo.
* Run and/or compile this script:
* `go run`
* `go build`. Take in account **where** you will run the binary. I mean I've developed it under macos darwin but I wanted to run it on my mastodon instance machine, so I compiled it with some flags in order to get it running: `GOOS=linux GOARCH=amd64 go build`
* `go build`. Take in account **where** you will run the binary. I mean I've developed it under macos darwin but I wanted to run it on my mastodon instance machine, so I compiled it with some flags in order to get it running: `GOOS=linux GOARCH=amd64 go build`.
* Move the binary and the `outbox.json` to the server (ensure path matches) and profit.