feat: update to use core tap for gastown installation (#872)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -164,7 +164,7 @@ release:
|
|||||||
|
|
||||||
**Homebrew (macOS/Linux):**
|
**Homebrew (macOS/Linux):**
|
||||||
```bash
|
```bash
|
||||||
brew install steveyegge/gastown/gt
|
brew install gastown
|
||||||
```
|
```
|
||||||
|
|
||||||
**npm (Node.js):**
|
**npm (Node.js):**
|
||||||
|
|||||||
@@ -97,9 +97,10 @@ Git-backed issue tracking system that stores work state as structured data.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Gas Town
|
# Install Gas Town
|
||||||
go install github.com/steveyegge/gastown/cmd/gt@latest
|
$ brew install gastown # Homebrew
|
||||||
|
$ go install github.com/steveyegge/gastown/cmd/gt@latest # From source
|
||||||
|
|
||||||
# Add Go binaries to PATH (add to ~/.zshrc or ~/.bashrc)
|
# If using go install, add Go binaries to PATH (add to ~/.zshrc or ~/.bashrc)
|
||||||
export PATH="$PATH:$HOME/go/bin"
|
export PATH="$PATH:$HOME/go/bin"
|
||||||
|
|
||||||
# Create workspace with git initialization
|
# Create workspace with git initialization
|
||||||
|
|||||||
Reference in New Issue
Block a user