Fix minor imp 2
This commit is contained in:
parent
a6e3d926a3
commit
5b95e580a2
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user