Skip to content

Commit e5c7955

Browse files
author
Surajit A Bose
committed
Clarify instructions about forking and cloning repo
1 parent 7a9ccd5 commit e5c7955

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ These instructions assume familiarity with Git and GitHub. If you are not comfor
88
* Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
99
* Install [Vagrant](https://www.vagrantup.com/downloads.html)
1010
* Install [Packer](https://www.packer.io/downloads.html)
11-
* Fork this repository on GitHub and clone it to your local machine
11+
* Fork this repo to your own account
12+
* Clone the forked repo to your local machine using this command: `git clone http://github.com/<account-name>/devops-intro-project devops`, replacing `<account-name>` with your GitHub username.
1213

1314
## Part I: Building a box with Packer
1415

@@ -37,7 +38,7 @@ Build 'virtualbox-iso' errored: ISO download failed.
3738

3839
## Part II: Cloning, developing, and running the web application
3940

40-
* On your local machine go to the root directory of this repository (devops-intro-project)
41+
* On your local machine go to the root directory of the cloned repository
4142
* Run `git clone https://github.com/chef/devops-kungfu.git devops-kungfu`
4243
* Open http://localhost:8080 from your local machine to see the app running.
4344
* In the VM, run `cd devops-kungfu`

0 commit comments

Comments
 (0)