aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/sol_profiler/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/sol_profiler/installation.md')
-rw-r--r--packages/website/md/docs/sol_profiler/installation.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/website/md/docs/sol_profiler/installation.md b/packages/website/md/docs/sol_profiler/installation.md
new file mode 100644
index 000000000..be9a365f5
--- /dev/null
+++ b/packages/website/md/docs/sol_profiler/installation.md
@@ -0,0 +1,17 @@
+**Install**
+
+```bash
+yarn add @0x/sol-profiler
+```
+
+**Import**
+
+```javascript
+import { ProfilerSubprovider } from '@0x/sol-profiler';
+```
+
+or
+
+```javascript
+var ProfilerSubprovider = require('@0x/sol-profiler').ProfilerSubprovider;
+```