diff options
Diffstat (limited to 'packages/website/md/docs/deployer/installation.md')
-rw-r--r-- | packages/website/md/docs/deployer/installation.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/website/md/docs/deployer/installation.md b/packages/website/md/docs/deployer/installation.md index 9f3838054..48dd52c1f 100644 --- a/packages/website/md/docs/deployer/installation.md +++ b/packages/website/md/docs/deployer/installation.md @@ -1,4 +1,10 @@ -**Install** +#### CLI Installation + +```bash +npm install @0xproject/deployer -g +``` + +#### API Installation ```bash npm install @0xproject/deployer --save @@ -6,7 +12,7 @@ npm install @0xproject/deployer --save **Import** -```javascript +```typescript import { Deployer, Compiler } from '@0xproject/deployer'; ``` |