Skip to content

Commit

Permalink
Merge pull request #199 from agisilaos/agis/improve-docs
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
kastiglione authored Nov 14, 2017
2 parents 091ef31 + 13f46fa commit 1b3e34d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@ brew update
brew install chisel
```

Then follow the instructions that Homebrew displays to add chisel to your _~/.lldbinit_.
if `.lldbinit` file doesn't exist you can create it & open it by tapping on the terminal

Alternatively, download chisel and add the following line to your _~/.lldbinit_ file. If it doesn't exist, create it.
```shell
touch .lldbinit
open .lldbinit
```

Then add the following line to your `~/.lldbinit` file.

```Python
# ~/.lldbinit
...
command script import /usr/local/opt/chisel/libexec/fblldb.py
```

Alternatively, download chisel and add the following line to your _~/.lldbinit_ file.

```Python
# ~/.lldbinit
Expand Down

0 comments on commit 1b3e34d

Please sign in to comment.