Skip to content

Commit be80560

Browse files
committed
docs(): basic info
1 parent 9ba6116 commit be80560

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@
1616
- [Test Library](packages/lib-js-test/docs/readme.md)
1717
- [Validate Library](packages/lib-js-validate/docs/readme.md)
1818

19+
## Installing
20+
21+
# Command Line Interface (Syncano CLI)
22+
23+
Installing Syncano CLI in your project folder:
24+
25+
```sh
26+
npm install @syncano/cli
27+
```
28+
29+
# Client Library
30+
31+
Installing from NPM:
32+
```sh
33+
npm install @syncano/cli
34+
```
35+
36+
Also available at UNPKG:
37+
```html
38+
<script src="https://unpkg.com/@syncano/client@latest/dist/syncano-client.min.js"></script>
39+
```
40+
1941
## Issues
2042

2143
Found a bug? Let us know so we can take care of it.

0 commit comments

Comments
 (0)