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