Skip to content

Commit 6ffed25

Browse files
committed
README updates
1 parent fc9b012 commit 6ffed25

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is not the real Firebase, this is what we're making:
1010

1111
![Animated Demo](./firebase.gif)
1212

13-
## Install
13+
## Download and Install
1414

1515
```bash
1616
npm install
@@ -19,9 +19,19 @@ npm start
1919

2020
Then go to [localhost:8000](http://localhost:8000)
2121

22-
## Each lesson is a Git Branch
22+
> Be sure to see notes on Lesson Branches below...
2323
24-
To view the code for a given lesson, checkout the appropriate branch name. The branch will have the finished code from that lesson.
24+
## Each Lesson is a Git Branch
25+
26+
To view the code for a given lesson, _checkout_ the appropriate branch name. The branch will have the finished code from that lesson.
27+
28+
### Installing lesson branches
29+
30+
All the branches are checked out to your local machine automatically when you do `npm install`. Just do a `git branch` to verify and see all branches after.
31+
32+
To view a branch: `git checkout [branch-name]`
33+
34+
<hr />
2535

2636
Branch names are minimal for easy typing:
2737

0 commit comments

Comments
 (0)