From c497455abbed4efc826ee4ee5f4396c0bf24371f Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 22:31:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Installation:=20reorder=20packag?= =?UTF-8?q?e=20managers=20before=20using=20`go`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/getting-started.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/db/getting-started.md b/db/getting-started.md index 9f53723..4c0ac62 100644 --- a/db/getting-started.md +++ b/db/getting-started.md @@ -17,11 +17,6 @@ Linux : [32-bit (older computers)](https://github.com/ortfo/db/releases/latest/download/ortfodb_linux_386) : [ARM64 (Raspberry Pi, etc.)](https://github.com/ortfo/db/releases/latest/download/ortfodb_linux_arm64) -### Using `go` - -```bash -go install github.com/ortfo/db/cmd@latest -``` ### Package managers @@ -138,6 +133,12 @@ scoop install ortfodb ::: +### Using `go` + +```bash +go install github.com/ortfo/db/cmd@latest +``` + ### Building from source #### Requirements