File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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
255
255
Everything below is an outline, and you should tackle the items in order from top to bottom.
256
256
257
257
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 )
258
259
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]
260
271
261
272
Fork a branch and follow the commands below
262
273
@@ -277,8 +288,6 @@ Mark all boxes with X after you completed your changes:
277
288
git push --set-upstream origin progress
278
289
git push --force
279
290
280
- [ More about GitHub-flavored markdown] ( https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown )
281
-
282
291
## Don't feel you aren't smart enough
283
292
284
293
- Successful software engineers are smart, but many have an insecurity that they aren't smart enough.
You can’t perform that action at this time.
0 commit comments