Skip to content

Commit e3cf602

Browse files
committed
Feat: Changed README
1 parent f28b060 commit e3cf602

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,6 @@ npm install sendx-javascript-sdk --save
1818
```
1919

2020

21-
22-
To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing `package.json` (and this README). Let's call this `JAVASCRIPT_CLIENT_DIR`. Then run:
23-
24-
```shell
25-
npm install
26-
```
27-
28-
Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the following, also from `JAVASCRIPT_CLIENT_DIR`:
29-
30-
```shell
31-
npm link
32-
```
33-
34-
To use the link you just defined in your project, switch to the directory you want to use your sendx-javascript-sdk from, and run:
35-
36-
```shell
37-
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
38-
```
39-
40-
Finally, you need to build the module:
41-
42-
```shell
43-
npm run build
44-
```
45-
4621
### For browser
4722

4823
The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following

0 commit comments

Comments
 (0)