Skip to content

Commit 84e67fc

Browse files
authored
Update README.md
1 parent c346c41 commit 84e67fc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gymie - Client
22

3+
<a href="https://www.npmjs.com/package/gymie"><img alt="npm" src="https://img.shields.io/npm/v/gymie?label=NPM%20Package" /></a>
4+
35
<table>
46
<tbody>
57
<tr>
@@ -20,6 +22,31 @@
2022

2123
## Installation
2224

25+
Gymie-client is available as a [NPM package](https://www.npmjs.com/package/gymie), and can installed as a dependency as usual:
26+
27+
```bash
28+
$ npm install gymie
29+
```
30+
31+
You can also clone the repo and npm-link the library as follow:
32+
33+
```bash
34+
$ git clone https://github.com/jscriptcoder/Gymie-Client
35+
Cloning into 'Gymie-Client'...
36+
...
37+
38+
$ cd Gymie-Client/
39+
$ npm link
40+
gymie@0.x.y preinstall /path/to/Gymie-Client
41+
...
42+
43+
$ cd ~/path/to/project
44+
$ npm link gymie
45+
/path/to/project/node_modules/gymie -> /usr/local/lib/node_modules/gymie -> /path/to/Gymie-Client
46+
```
47+
48+
Although there isn't really a good readon to do it this way, unless you wanna contribute to the library and test it locally.
49+
2350
## How to run the client
2451

2552
## API and how to use it

0 commit comments

Comments
 (0)