From 573fdb3d641df6e66db6626cdfb97ca82d39e05b Mon Sep 17 00:00:00 2001 From: John Washam Date: Sun, 27 Mar 2022 12:34:45 -0700 Subject: [PATCH] Adds instructions for non-git users. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3fd430..cfa4495 100644 --- a/README.md +++ b/README.md @@ -255,8 +255,19 @@ It's a long plan. It may take you months. If you are familiar with a lot of this Everything below is an outline, and you should tackle the items in order from top to bottom. I'm using GitHub's special markdown flavor, including tasks lists to track progress. + - [More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown) -**Create a new branch so you can check items like this, just put an x in the brackets: [x]** +### If you don't want to use git + +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. + +If you're open in a code editor that understands markdown, you'll see everything formatted nicely. + +![How to download the repo as a zip file](https://d3j2pkmjtin6ou.cloudfront.net/how-to-download-as-zip.png) + +### If you're comfortable with git + +Create a new branch so you can check items like this, just put an x in the brackets: [x] Fork a branch and follow the commands below @@ -277,8 +288,6 @@ Mark all boxes with X after you completed your changes: git push --set-upstream origin progress git push --force -[More about GitHub-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown) - ## Don't feel you aren't smart enough - Successful software engineers are smart, but many have an insecurity that they aren't smart enough.