Skip to content

Commit

Permalink
Update Git 101.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogwai-TheFurry authored Apr 18, 2017
1 parent ab0970b commit 7e8c209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Git 101.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ aka Git for Dummies
1. Go to https://github.com/ACEmulator/ACE, log in, and click fork. Next, grab the URL for your fork. It should be something like this: https://github.com/YourGitName/ACE
2. Open your command line tool of choice, and make sure "git" is in your path. You can verify this by typing "git --version".
3. Change into a directory you want to use as the parent folder to your codebase. For example, "c:\dev".
4. Clone your repository/fork of ACE. To do this, type "git clone https://github.com/YourGitName/ACE"
4. Clone your repository/fork of ACE. To do this, type
* git clone https://github.com/YourGitName/ACE

You should now have an "ACE" folder in your current directory, and all the source should be downloaded. To get the project started, go back to the Readme.md for more information.

Expand Down

0 comments on commit 7e8c209

Please sign in to comment.