2
0
Эх сурвалжийг харах

Merge branch 'master' of https://github.com/AkiraLaine/music-app

KrisVos130 9 жил өмнө
parent
commit
0766f373d0
1 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -2,25 +2,25 @@
 
 
 First download Meteor: https://www.meteor.com/
 First download Meteor: https://www.meteor.com/
 
 
-Then download Git (CLI): https://git-scm.com/ 
+Then download Git (CLI): https://git-scm.com/
 
 
 Once that is done, get the repository on your local machine and open your command line.
 Once that is done, get the repository on your local machine and open your command line.
 
 
 Navigate to "../app" and run "meteor". Go to localhost:3000 and you're set!
 Navigate to "../app" and run "meteor". Go to localhost:3000 and you're set!
 
 
-##How to use git!
+##How to use Git!
 
 
-(this will only work if you are a contributor)
+(This will only work if you are a contributor)
 
 
 Run the following commands if you are doing this for the first time.
 Run the following commands if you are doing this for the first time.
 `git remote add origin https://github.com/AkiraLaine/music-app.git`
 `git remote add origin https://github.com/AkiraLaine/music-app.git`
 
 
-After you have ran the command above, you will have to do these command each time you start coding.
+After you executing the command above, you will have to do these command each time you start developing.
 
 
-`git pull origin master` to get the latest version of the website.
+`git pull origin master` to get the latest code.
 
 
 `git add FILES` to add all the files you have changed.
 `git add FILES` to add all the files you have changed.
 
 
 `git commit -m "MESSAGE"` to commit the changes you have made.
 `git commit -m "MESSAGE"` to commit the changes you have made.
 
 
-`git push origin master` to push your website to GitHub. Note: it is recommended to first run `git pull origin master` before you do this command.
+`git push origin master` to push your updated code to GitHub. Note: it is recommended to first run `git pull origin master` before you do this command to make sure you have the latest code.