Skip to content

Commit 573fdb3

Browse files
author
John Washam
committed
Adds instructions for non-git users.
1 parent ceeb30f commit 573fdb3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,19 @@ It's a long plan. It may take you months. If you are familiar with a lot of this
255255
Everything below is an outline, and you should tackle the items in order from top to bottom.
256256

257257
I'm using GitHub's special markdown flavor, including tasks lists to track progress.
258+
- [More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
258259

259-
**Create a new branch so you can check items like this, just put an x in the brackets: [x]**
260+
### If you don't want to use git
261+
262+
On this page, click the Code button near the top, then click "Download ZIP". Unzip the file and you can work with the text files.
263+
264+
If you're open in a code editor that understands markdown, you'll see everything formatted nicely.
265+
266+
![How to download the repo as a zip file](https://d3j2pkmjtin6ou.cloudfront.net/how-to-download-as-zip.png)
267+
268+
### If you're comfortable with git
269+
270+
Create a new branch so you can check items like this, just put an x in the brackets: [x]
260271

261272
Fork a branch and follow the commands below
262273

@@ -277,8 +288,6 @@ Mark all boxes with X after you completed your changes:
277288
git push --set-upstream origin progress
278289
git push --force
279290

280-
[More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
281-
282291
## Don't feel you aren't smart enough
283292

284293
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.

0 commit comments

Comments
 (0)