mirror of
https://github.com/pgplex/pgtui.git
synced 2026-04-26 18:45:57 +03:00
[PR #3] [MERGED] fix(README): Fix path of go install lazypg #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgtui#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pgplex/pgtui/pull/3
Author: @augustos0204
Created: 1/26/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @rebelice
Base:
main← Head:patch-1📝 Commits (1)
5d56e29fix: Fix path of go install lazypg📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
The fix updates the command to point to the correct package under
cmd/lazypg, where the CLI entry point is defined.✅ What was changed
go installcommand in the README@latest💡 Motivation
This change prevents installation errors and follows the standard Go CLI project structure, where binaries are usually located under
cmd/<cli-name>.🧪 How to test