Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Add instructions on installing using Typings (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonant authored and arqunis committed Nov 12, 2016
1 parent ac429e7 commit de59a23
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
These typings should work as the library updates with new things.
Of course these ones try to mimick the documentation and source code as much as possible.

## Usage

To always pull the latest version:
```
typings install github:acdenisSK/discord.js-typings/discord.d.ts --save --global
```

To pin to a specific version (ie to avoid something changing unexpectedly), include a commit, tag, or branch name:
```
typings install github:acdenisSK/discord.js-typings/discord.d.ts#ac429e798d11e9c33ad1cfccb868a56dddb83f0b --save --global
```

## FAQ:

1. Was this machine generated? No
Expand All @@ -11,4 +23,4 @@ Of course these ones try to mimick the documentation and source code as much as

# License

MIT
MIT

0 comments on commit de59a23

Please sign in to comment.