Skip to content

Commit e580cb8

Browse files
committed
spell out how to set up the deps when developing
1 parent 5844fb4 commit e580cb8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ too, which isn't expressed in Vector's `package.json`. To do this, check out
3232
the `develop` branches of these libraries and then use `npm link` to tell Vector
3333
about them:
3434

35-
1. Link the react sdk package into the example:
35+
1. `git clone git@github.com:matrix-org/matrix-react-sdk.git`
36+
2. `cd matrix-react-sdk`
37+
3. `git checkout develop`
38+
4. `npm install`
39+
5. `npm start` (to start the dev rebuilder)
40+
6. `cd ../vector-web`
41+
7. Link the react sdk package into the example:
3642
`npm link path/to/your/react/sdk`
37-
2. Start the development rebuilder in your react SDK directory:
38-
`npm start`
3943

4044
Similarly, you may need to `npm link path/to/your/js/sdk` in your `matrix-react-sdk`
4145
directory.

0 commit comments

Comments
 (0)