Skip to content

Commit 60bd76f

Browse files
Merge pull request #366 from codebar/amend-setup-md-file
update setup file
2 parents 0f15455 + ed409e0 commit 60bd76f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

general/setup/tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Setting up your computer for codebar
44
---
55

6-
You can have a great time at codebar no matter what kind of laptop you have, but you must do a little setup before jumping in to the tutorials. You can do this at home so you can jump straight into a tutorial at codebar. Don't worry if you have trouble - your coach can help you with this if you prefer.
6+
You will have a great time at codebar no matter what kind of laptop you have, but you may need to do a little setup before completing the tutorials. You may want to do this at home, so that during a workshop you can jump straight into following the tutorial with your coach. Don't worry if you have trouble - your coach can help you with this if you prefer.
77

88

99
## Somewhere to save your files (required)
@@ -13,19 +13,19 @@ Programming projects are normally made up of several related files, and we hope
1313

1414
## A text editor (required)
1515

16-
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code, but almost all programmers use a text editor with programming-specific features:
16+
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code. However most programmers use a text editor with programming-specific features:
1717

18-
- **Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
18+
- **Syntax highlighting** shows your code in different colours. This helps you spot any errors, and understand the structure of your code.
1919
- **Auto-indent** helps you keep your code tidy.
20-
- **Project navigation and tabs** help you move between the different files in your project.
20+
- **Project navigation and tabs** helps you move between the different files in your project.
2121
- **Auto-completion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
2222

2323
We recommend you use **[Atom](https://atom.io/)** at codebar. It's free, open source, and runs on Windows, Mac, and Linux. **[Sublime Text 2](http://www.sublimetext.com/)** is another popular choice. It's free to download & use for as long as you like (though it will nag you intermittently to buy it when you save your work), and it runs on Windows, Mac and Linux.
2424

2525

2626
## A web browser (required)
2727

28-
You'll have one of these already! Windows comes with [Internet Explorer](https://windows.microsoft.com/en-us/internet-explorer/), and OS X comes with [Safari](https://www.apple.com/uk/safari/). Most Linux distributions come with [Firefox](https://www.mozilla.org/en-US/firefox/), which is also available for Windows and OS X. You can also download [Chrome](https://www.google.com/chrome/) which is a popular alternative. You can get started with whatever you currently use, but when you reach the later tutorials the powerful developer tools in Chrome and Firefox will be useful. Your coach will show you how to use them while you work through the tutorials.
28+
Windows comes with [Internet Explorer](https://windows.microsoft.com/en-us/internet-explorer/), and OS X comes with [Safari](https://www.apple.com/uk/safari/). Most Linux distributions come with [Firefox](https://www.mozilla.org/en-US/firefox/), which is also available for Windows and OS X. You can also download [Chrome](https://www.google.com/chrome/) which is a popular alternative. You can get started with whatever you currently use, but when you reach the later tutorials the powerful developer tools in Chrome and Firefox will be useful. Your coach will show you how to use them while you work through the tutorials.
2929

3030
## A compression utility (handy on Windows)
3131

0 commit comments

Comments
 (0)