[PR #3] [MERGED] fix(README): Fix path of go install lazypg #5

Closed
opened 2026-03-02 15:50:23 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (1)

  • 5d56e29 fix: 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

  • Fixed the go install command in the README
  • Ensured compatibility with Go Modules using @latest
  • Improved the installation experience for new users

💡 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

go install github.com/rebelice/lazypg/cmd/lazypg@latest


<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

* **Documentation**
  * Updated installation instructions to specify a more targeted module path for the installation process.

<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/pgplex/pgtui/pull/3 **Author:** [@augustos0204](https://github.com/augustos0204) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@rebelice](https://github.com/rebelice) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`5d56e29`](https://github.com/pgplex/pgtui/commit/5d56e295641ef6f589baf91ac30b26346a1b26a1) fix: Fix path of go install lazypg ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 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 - Fixed the `go install` command in the README - Ensured compatibility with Go Modules using `@latest` - Improved the installation experience for new users --- ## 💡 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 ```bash go install github.com/rebelice/lazypg/cmd/lazypg@latest <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated installation instructions to specify a more targeted module path for the installation process. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:50:23 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgtui#5
No description provided.