Skip to content

Commit 86aa29d

Browse files
committed
Merge pull request #137 from creature/gh-pages
Updated getting started guide, and expose that in the tutorials
2 parents f268a3e + f479a16 commit 86aa29d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

general/setup/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Programmers use **text editors** to write code. You could use [Notepad](https://
1717
- **Project navigation and tabs** help you move between the different files in your project.
1818
- **Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
1919

20-
We recommend you use **[Sublime Text 2](http://www.sublimetext.com/)** at Codebar. 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.
20+
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.
2121

2222

2323
## A web browser (required)
@@ -28,7 +28,7 @@ You'll have one of these already! Windows comes with [Internet Explorer](http://
2828

2929
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.
3030

31-
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` and Homebrew.
31+
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.
3232

3333
You can [download and run the RubyInstaller program](http://rubyinstaller.org/) to program Ruby on Windows.
3434

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ <h1>Codebar.io</h1>
2424
<section>
2525
<p class="lead">Are you working on the tutorials in your own time? Need some help? <a href="https://gitter.im/codebar/tutorials">Join the conversation on gitter!</a></p>
2626

27+
<p>If you're new to Codebar, take a look at our <a href="general/setup/tutorial.html">getting started guide</a> to set up your computer for our tutorials.</p>
28+
2729
<strong>HTML</strong>
2830
<ul>
2931
<li><a href="html/lesson1/tutorial.html">Lesson 1 - Introducing HTML</a></li>

0 commit comments

Comments
 (0)