radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

Minor change but afraid to screw up my first pull request! #7

Closed tomcam closed 9 years ago

tomcam commented 9 years ago

At your DOCUMENTATIONS section you can simply rename the github repo for Meteoris as you clone it. In other words, instead of:

  1. Git clone or download this repo. "git clone https://github.com/radiegtya/meteoris.git"
  2. Rename directory to your desired name "ex: meteoris to myproject"

A smoother Git workflow would be:

  1. Create your project's directory, for example, mkdir myproject
  2. Git clone or download this repo into that directory, for example. "git clone https://github.com/radiegtya/meteoris.git myproject"

This renames the repo to myproject.git and automatically inserts it in the right place, which is the myproject directory

If this sounds good to you then will attempt to do a real pull request.

radiegtya commented 9 years ago

Hi Tomcam,

It Sounds very good. I'll wait for yout PR.

Thanks

radiegtya commented 9 years ago

Hi Tomcam,

I already adding this to readme. Please check it out. Thanks