File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ Please follow these steps:
5656
5757##### Terminal 1
5858
59- 1 . Clone this repo to your machine
``` git clone [email protected] :sendbird/sendbird-platform-sdk ``` 60- 2 . Move into the newly cloned repo ``` cd sendbird-platform-sdk ```
59+ 1 . Clone this repo to your machine
``` git clone [email protected] :sendbird/sendbird-platform-sdk-javascript ``` 60+ 2 . Move into the newly cloned repo ``` cd sendbird-platform-sdk-javascript ```
61613 . Install node modules ``` npm install ```
62624 . Build the bundled JS ``` npm run build ```
63635 . Link the package ``` npm link ```
@@ -66,7 +66,7 @@ Please follow these steps:
6666
67671 . Create a new npm package or move into and existing one ``` mkdir app-using-sendbird-chat ```
6868``` npm init -y ```
69- 2 . Link package to sendbird-platform-sdk ``` npm link path/to/sdk/sendbird-platform-sdk ```
69+ 2 . Link package to sendbird-platform-sdk ``` npm link path/to/sdk/sendbird-platform-sdk-javascript ```
7070
7171The linking step is demonstrated visually here.
7272
You can’t perform that action at this time.
0 commit comments