forked from laravel/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request laravel#936 from aFreshMelon/patch-1
Better SSH key comment
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ Next, you should edit the `Homestead.yaml` file included in the repository. In t | |
|
||
Don't have an SSH key? On Mac and Linux, you can generally create an SSH key pair using the following command: | ||
|
||
ssh-keygen -t rsa -C "[email protected]" | ||
ssh-keygen -t rsa -C "you@homestead" | ||
|
||
On Windows, you may install [Git](http://git-scm.com/) and use the `Git Bash` shell included with Git to issue the command above. Alternatively, you may use [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) and [PuTTYgen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html). | ||
|
||
|