fix: update outdated command instructions
`gt rig add` no longer takes in a flag for --remote its just the parameter of the github url. `gt crew add` requires a --rig but the instructions don't specify the flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user