From 5b95e580a2228bad91c99fe64faa5a02bfb7fd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Thu, 22 Sep 2022 18:33:36 +0200 Subject: [PATCH] Fix minor imp 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abb099a..79ebc1f 100644 --- a/README.md +++ b/README.md @@ -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.