Skip to content

Commit

Permalink
Added documentation for the new commands to the readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cook committed Jan 2, 2014
1 parent 3554806 commit e1f8597
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.9.8
* Introduce new commands
* `homesick cd`
* `homesick open`

# 0.9.4
* Use https protocol instead of git protocol
* Introduce new commands
Expand Down
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ To push your castle:

homesick push CASTLE

To open a terminal in the root of a castle:

homesick cd CASTLE

To open your default editor in the root of a castle (the $EDITOR environment variable must be set):

homesick open CASTLE

Not sure what else homesick has up its sleeve? There's always the built in help:

homesick help
Expand Down

0 comments on commit e1f8597

Please sign in to comment.