Installation¶
Logseq Doctor is a single Go binary, lqd. Install it with Homebrew or go install.
Go Binary Executable¶
macOS and Linux (Homebrew)¶
The recommended way for macOS and Linux is to install with Homebrew:
Manual Installation¶
You can install manually using Go:
Confirm if it's in your path:
Tip
Make sure your GOPATH/bin directory is in your system's PATH. You can add it to your shell profile:
Text Only
```bash
export PATH="$PATH:$(go env GOPATH)/bin"
```
Build from Source¶
To build and install the lqd binary from source, clone the repository and run:
This builds the lqd binary and installs it into $(go env GOPATH)/bin.
Verify Installation¶
Go CLI¶
You should see the help message with available commands.
Next Steps¶
Once installed, check out the Usage Guide to learn how to use Logseq Doctor.