You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/setup/tutorial.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Programmers use **text editors** to write code. You could use [Notepad](https://
18
18
-**Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
19
19
-**Auto-indent** helps you keep your code tidy.
20
20
-**Project navigation and tabs** help you move between the different files in your project.
21
-
-**Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
21
+
-**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.
22
22
23
-
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 both Windows & Mac.
23
+
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 both Windows, Mac, and Linux.
24
24
25
25
26
26
## A web browser (required)
@@ -29,13 +29,13 @@ You'll have one of these already! Windows comes with [Internet Explorer](http://
29
29
30
30
## A compression utility (handy on Windows)
31
31
32
-
Many of the tutorials have links to download code from Gist in .tar.gz format. Macs have built-in support to extract the files from these archives for you. On Windows there are a variety of utilities available. If you don't already have one, [7-zip is free](http://www.7-zip.org/).
32
+
Many of the tutorials have links to download code from Gist in `.tar.gz` format. Mac and Linux have built-in support to extract the files from these archives for you. On Windows there are a variety of utilities available. If you don't already have one, [7-zip is free](http://www.7-zip.org/).
33
33
34
34
## Ruby (optional)
35
35
36
-
You won't need Ruby installed if you're working on CSS or HTML, but you will need access to Ruby if you work on the Ruby tutorials. You can use [a free webservice called Nitrous](https://www.nitrous.io/) to get started. You can sign up before the workshop to save some time.
36
+
You won't need Ruby installed if you're working on CSS or HTML, but you will need access to Ruby if you work on the Ruby tutorials. You can use [a free web service called Nitrous](https://www.nitrous.io/) to get started. You can sign up before the workshop to save some time.
37
37
38
-
If you have a Mac you'll have a version of Ruby installed already. A coach can help you get started with Ruby on your Mac - ask them about `rbenv` (or `rvm`) and Homebrew.
38
+
If you have a Mac you'll have a version of Ruby installed already. A coach can help you get started with Ruby on your Mac - ask them about `rbenv` (or `rvm`) and `Homebrew`.
39
39
40
40
You can [download and run the RubyInstaller program](http://rubyinstaller.org/) to program Ruby on Windows.
0 commit comments