Skip to content

Commit 2ac1663

Browse files
authored
Update README.md
1 parent 89bbd66 commit 2ac1663

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ To debug [Agenda](https://github.com/Agenda/agenda):
44

55
1. `git clone https://github.com/agenda/agenda.git`
66
2. In cloned directory, type:
7-
- `npm link` to globally link the direcotry
8-
- `yarn` to install dependencies
9-
- `yarn build` to run the build
7+
- `npm link` to globally link the directory,
8+
- `yarn` to install dependencies,
9+
- and finally `yarn build` to run the build.
1010
3. Clone this demo repository `git clone https://github.com/agenda/agenda-demo.git`
1111
4. In cloned demo directory, type `npm link agenda`
1212
5. Run `npm test`
13+
14+
Feel free to build upon this to expand it to full-fledged example project!

0 commit comments

Comments
 (0)