Skip to content

Commit 06e362b

Browse files
committed
Update README.md
1 parent 76175fd commit 06e362b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ If you don't already have a GitHub account, you'll need to create one.
1313
After forking, you'll have your own repository on GitHub that you can use to keep track of code you write.
1414
Then you can ``clone'' the repository, which downloads a copy of the files to your computer.
1515

16-
* Or you could clone the repository without forking.
17-
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes back in GitHub.
16+
* Or you could clone the repository without forking. If you choose this option, you don't need a GitHub account, but you won't be able to save your changes back in GitHub.
1817

1918
* If you don't want to use Git at all, you can download the code in a zip archive using the "Download ZIP" button on this page, or [this link](http://tinyurl.com/ThinkJavaCodeZip).
2019

20+
To clone a repository, you need a Git client installed on your computer. The URL of this repository is `https://github.com/AllenDowney/ThinkJavaCode.git`. If you use Git from the command line, you can clone it like this:
21+
22+
git clone https://github.com/AllenDowney/ThinkJavaCode.git
23+
2124
After you clone the repository or unzip the zip file, you should have a directory called `ThinkJavaCode` with a subdirectory for each chapter in the book.
2225

2326
All the examples in this book were developed and tested using Java SE Development Kit 7.

0 commit comments

Comments
 (0)