Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 4, 2015
1 parent 4ef2193 commit 14a48dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Pull requests are welcome!

After you have __[forked this repo](https://github.com/aframevr/a-hello-world/fork)__, clone a copy of your fork locally and you'll be have your scene ready in a few steps:

git clone git@github.com:$(git config github.user)/a-hello-world.git
git clone git@github.com:your_username/a-hello-world.git
cd a-hello-world
npm install
npm start

And open `package.json` and change `"repository": "aframevr/a-hello-world"` to `"repository": "your_username/a-hello-world"`.


## Publishing your scene

Expand Down

0 comments on commit 14a48dd

Please sign in to comment.