Skip to content

Commit

Permalink
rewords the README
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 15, 2012
1 parent d075bc9 commit 4b131e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,7 +52,7 @@ Port 3000 in the host computer is forwarded to port 3000 in the virtual machine.


## What's Next ## What's Next


Once the virtual machine is built, you generally want to configure Git: The first time you log into the box you generally want to configure Git:


git config --global user.name "John Doe" git config --global user.name "John Doe"
git config --global user.email johndoe@example.com git config --global user.email johndoe@example.com
Expand All @@ -61,7 +61,7 @@ set up your SSH keys, and clone your fork.


## Virtual Machine Management ## Virtual Machine Management


Once you are done just log out with `^D` and suspend the virtual machine When done just log out with `^D` and suspend the virtual machine


vagrant suspend vagrant suspend


Expand Down

0 comments on commit 4b131e6

Please sign in to comment.