Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1a79531

Browse files
authored
Merge pull request #183 from ro-savage/patch-1
Correct example installing steps
2 parents 4f9dbed + 9640993 commit 1a79531

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ yarn global add yalc
99
And in the project root folder
1010

1111
```
12+
yarn install
1213
yarn watch
1314
```
1415

1516
## Installation
17+
In the example folder link development version to example and install
1618

1719
```
20+
yalc add relay-compiler-language-typescript
1821
yarn install
1922
```
2023

0 commit comments

Comments
 (0)