Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrizzo authored Aug 26, 2021
1 parent 3a06860 commit f8194fe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
# yoo-websocket

## How to run the project
## How install the project
``
npm install @cyberlabsai/yoonit-websocket
npm run serve
``

## How to build locally and use it on another project

After installing the project:

1- At the root of Yoonit websocket directory, run: `npm link`

2- In the project that you want to use Yoonit websocket, run: `npm link @cyberlabsai/yoonit-websocket`

3- Then, run `npm run watch` on Yoonit Websocket directory

## How to use it

- Just need to import the lib and pass config values to it.
Expand Down

0 comments on commit f8194fe

Please sign in to comment.