Merge pull request #6 from zjrosen/zack/fix-command-instructions

fix: update outdated command instructions
This commit is contained in:
Steve Yegge
2026-01-02 01:12:20 -08:00
committed by GitHub
4 changed files with 28 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ func runRigAdd(cmd *cobra.Command, args []string) error {
fmt.Printf(" └── polecats/\n")
fmt.Printf("\nNext steps:\n")
fmt.Printf(" gt crew add <name> %s # Create your workspace\n", name)
fmt.Printf(" gt crew add <name> --rig %s # Create your workspace\n", name)
fmt.Printf(" cd %s/crew/<name> # Work in your clone\n", filepath.Join(townRoot, name))
return nil