File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ rm /usr/local/bin/mob
62
62
it works like this:
63
63
64
64
```
65
- brew link remotemobprogramming/ brew/ mob
65
+ brew unlink mob && brew link mob
66
66
```
Original file line number Diff line number Diff line change @@ -176,6 +176,13 @@ Timer Commands:
176
176
start <minutes> start mob session in wip branch and a <minutes> timer
177
177
break <minutes> start a <minutes> break timer
178
178
179
+ Short Commands (Options and descriptions as above):
180
+ s alias for 'start'
181
+ n alias for 'next'
182
+ d alias for 'done'
183
+ b alias for 'branch'
184
+ t alias for 'timer'
185
+
179
186
Get more information:
180
187
status show the status of the current session
181
188
fetch fetch remote state
Original file line number Diff line number Diff line change @@ -1620,6 +1620,13 @@ Timer Commands:
1620
1620
start <minutes> start mob session in wip branch and a <minutes> timer
1621
1621
break <minutes> start a <minutes> break timer
1622
1622
1623
+ Short Commands (Options and descriptions as above):
1624
+ s alias for 'start'
1625
+ n alias for 'next'
1626
+ d alias for 'done'
1627
+ b alias for 'branch'
1628
+ t alias for 'timer'
1629
+
1623
1630
Get more information:
1624
1631
status show the status of the current session
1625
1632
fetch fetch remote state
You can’t perform that action at this time.
0 commit comments