Skip to content

Commit 546f4e6

Browse files
committed
readme
1 parent 80e2a77 commit 546f4e6

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@ Fork and clone this repo ...
1313
```
1414
git clone [email protected]:johnpapa/a2-first-look.git a2firstlook
1515
cd a2firstlook
16-
rm .git
16+
rm -rf .git/
1717
```
1818

19-
Now Explore ...
2019

21-
```
22-
cd _examples/component-simple/
23-
npm i
24-
npm start
25-
```
26-
27-
# Prep the Examples
20+
Prep the Examples
2821

2922
```
3023
cd _examples
@@ -33,17 +26,13 @@ cd ..
3326
npm run all
3427
```
3528

36-
# Exploring
37-
38-
Each example is located in its own folder under `_examples/`. Feel free to explore them. You may run `npm start` in those respective folders, if you wish to run them locally.
39-
40-
For example ...
41-
4229
```
43-
cd _examples/component-simple
30+
cd _examples/component-simple/
4431
npm start
4532
```
4633

34+
Each example is located in its own folder under `_examples/`. Feel free to explore them. You may run `npm start` in those respective folders, if you wish to run them locally.
35+
4736
Reminder ... The other files in this repo are here for helping create the plunkers. Focus only on the files in the`_examples/xxx` folders.
4837

4938

0 commit comments

Comments
 (0)