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):**
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -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
|
||||||
@@ -120,11 +121,11 @@ gt mayor attach
|
|||||||
## Quick Start Guide
|
## Quick Start Guide
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
Run
|
Run
|
||||||
```shell
|
```shell
|
||||||
gt install ~/gt --git &&
|
gt install ~/gt --git &&
|
||||||
cd ~/gt &&
|
cd ~/gt &&
|
||||||
gt config agent list &&
|
gt config agent list &&
|
||||||
gt mayor attach
|
gt mayor attach
|
||||||
```
|
```
|
||||||
and tell the Mayor what you want to build!
|
and tell the Mayor what you want to build!
|
||||||
|
|||||||
Reference in New Issue
Block a user