Skip to content

Commit

Permalink
📝 Installation: reorder package managers before using go
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 16, 2024
1 parent ee3e07b commit c497455
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions db/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -138,6 +133,12 @@ scoop install ortfodb

:::

### Using `go`

```bash
go install github.com/ortfo/db/cmd@latest
```

### Building from source

#### Requirements
Expand Down

0 comments on commit c497455

Please sign in to comment.