Skip to content

Commit 7fcd1e0

Browse files
authored
Update README.md
1 parent 2450a2c commit 7fcd1e0

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,14 @@ Throughout each step, we have **bolded** any jargon that you may or may not be f
2222

2323
#### 1. Set up your development environment
2424

25-
We encourage you to use [cloud9.io](https://c9.io) to complete this workshop as it's very easy to set up a Nodejs workspace and start coding straightaway.
26-
27-
:raising_hand: **If you don't have a cloud9.io account, please let any of the mentors know and we'll send you an invitation to join our group space.**
28-
2925
If you're comfortable setting up your development enviroment locally, please download Node from the Node.js website [here](https://nodejs.org/en/).
3026

31-
#### 2. Fork this repository
27+
#### 2. Fork this repository or clone it
3228
Fork this repository to your own GitHub account. Instructions for doing this can be found [here](https://help.github.com/articles/fork-a-repo/).
3329

34-
#### 3. Create a workspace in Cloud9.io
35-
If you're using [cloud9.io](https://c9.io) create a new workspace. Instructions for doing this can be found [here](https://docs.c9.io/v1.0/docs/create-a-workspace).
36-
37-
:raising_hand: Make sure you:
38-
39-
- Enter the URL to your github forked repo `$ https://github.com/YOUR-USERNAME/express-workshop`
40-
- Select Node.js as your workspace template
30+
Instructions for cloning repository can be found [here](https://help.github.com/articles/cloning-a-repository/), or run the command below.
4131

42-
#### 4. Clone the repository in your local environment
43-
If you're working in your local environment, clone your forked version of the repository to your desktop in the terminal. Instructions for doing this can be found [here](https://help.github.com/articles/cloning-a-repository/), or run the command below.
44-
45-
`$ git clone https://github.com/YOUR-USERNAME/express-workshop`
32+
`$ git clone https://github.com/node-girls-australia/express-workshop`
4633

4734
This creates an express-workshop directory with the repository content inside. Change into the express-workshop directory, since that's where we'll be working from now on.
4835

@@ -56,3 +43,7 @@ This creates an express-workshop directory with the repository content inside. C
5643
* [Node cheatsheet](https://github.com/node-girls/cheatsheets/blob/master/node-cheatsheet.md)
5744
* [Command line cheatsheet](https://github.com/node-girls/cheatsheets/blob/master/command-line-cheatsheet.md)
5845
* [MDN Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)
46+
47+
48+
## Cudos
49+
Workshop is created by London NodeGirls brunch - https://github.com/node-girls

0 commit comments

Comments
 (0)