Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d41dad

Browse filesBrowse files
committed
updated README.md
1 parent 778b94c commit 7d41dad
Copy full SHA for 7d41dad

File tree

Expand file treeCollapse file tree

1 file changed

+13
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-16
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+13-16Lines changed: 13 additions & 16 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
# ThinkJavaCode2
2-
Supporting code for Think Java, 2nd edition. Copyright (c) 2017 Allen Downey and Chris Mayfield. **This new edition is a work in progress and won't be completed until May 2019.**
3-
4-
This is a Git repository that contains the code examples from the book and starter code for some exercises.
5-
6-
Git is a version control system that allows you to keep track of the files that make up a project.
7-
A collection of files under Git's control is called a repository.
2+
Supporting code for Think Java, 2nd edition.
3+
Copyright (c) 2017 Allen Downey and Chris Mayfield.
4+
**This new edition is a work in progress and won't be completed until May 2019.**
85

6+
This repository contains the code examples from the book and starter code for some exercises.
97
There are several ways you can work with the code:
108

11-
* You can create a copy of this repository on GitHub by pressing the "Fork" button in the upper right.
9+
* You can create a copy of this repository on GitHub by pressing the "Fork" button in the upper right.
1210
If you don't already have a GitHub account, you'll need to create one.
1311
After forking, you'll have your own repository on GitHub that you can use to keep track of code you write.
14-
Then you can ``clone'' the repository, which downloads a copy of the files to your computer.
12+
Then you can "clone" the repository, which downloads a copy of the files to your computer.
1513

16-
* Alternatively, 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.
14+
* Alternatively, you could clone the original repository without forking.
15+
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes on GitHub.
1816

19-
* 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).
17+
* 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/ThinkJavaCode2.
2018

21-
To clone a repository, you need a Git client installed on your computer.
22-
The URL of this repository is `https://github.com/AllenDowney/ThinkJavaCode.git`.
23-
If you use Git from the command line, you can clone it like this:
19+
To clone a repository, you need Git installed on your computer (see https://help.github.com/).
20+
If you use Git from the command line, you can clone the original repository like this:
2421

25-
git clone https://github.com/AllenDowney/ThinkJavaCode.git
22+
git clone https://github.com/ChrisMayfield/ThinkJavaCode2.git
2623

27-
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.
24+
After you clone the repository or unzip the ZIP file, you should have a directory named `ThinkJavaCode2` with a subdirectory for each chapter in the book.
2825

2926
All examples in this book were developed and tested using Java SE Development Kit 8.
3027
If you are using a more recent version, the examples in this book should still work.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.