Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarr committed Nov 30, 2010
1 parent 014cceb commit 4721cd9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Welcome to the node.js bootcamp! This half day session will aim to immerse you i
## Requirements
1. *nix based system or cygwin (http://www.cygwin.com/)
2. Common build tools
* g++
* make
* python
* libssl-dev (for crypto)
* g++
* make
* python
* libssl-dev (for crypto)
3. An editor (preferrably a good one, like textmate, emacs, or vim)
4. git (optional)
5. An open mind :)

## Getting Started
To get started either clone this repository or download a zip file of it from [insert later]. There are folders representing each lesson of the tutorial. Start with lesson 1 and follow along, then try out the exercises. Each lesson also has a "finished" folder that has the completed exercises in it.
To get started either clone this repository or download a zip file of it from [insert later]. There are folders representing each lesson of the tutorial. Start with [lesson 1] [1] and follow along, then try out the exercises. Each lesson also has a "finished" folder that has the completed exercises in it.

[1]: lesson1-getting_started/

0 comments on commit 4721cd9

Please sign in to comment.