Commit 9f3c0fc9 authored by yann300's avatar yann300

update read me

parent 5c2e00da
...@@ -7,7 +7,6 @@ remix-debug is a libraries which wrap other remix-* libraries to make debugging ...@@ -7,7 +7,6 @@ remix-debug is a libraries which wrap other remix-* libraries to make debugging
## Installation ## Installation
Make sure Node is [installed on your setup](https://docs.npmjs.com/getting-started/installing-node), and that a [local `geth`/`eth` node is running](../README.md#how-to-use).
```bash ```bash
npm install remix-debug npm install remix-debug
...@@ -61,4 +60,6 @@ debugger.callTree.register('callTreeReady', () => { ...@@ -61,4 +60,6 @@ debugger.callTree.register('callTreeReady', () => {
}) })
debugger.extractLocalsAt(23, (null, locals) => {} debugger.extractLocalsAt(23, (null, locals) => {}
})
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment