Skip to content

Commit 995d0bb

Browse files
Matheus Marchinijoyeecheung
authored andcommitted
doc: add logo to the README.md
1 parent 7cd8cf2 commit 995d0bb

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# llnode
1+
<p align="left">
2+
<a href="https://github.com/nodejs/llnode">
3+
<img
4+
alt="llnode"
5+
src="logo.svg"
6+
width="400"
7+
/>
8+
</a>
9+
</p>
210

311
[![npm](https://img.shields.io/npm/v/llnode.svg?style=flat-square)](https://npmjs.org/package/llnode)
412
[![Build Status](https://img.shields.io/travis/nodejs/llnode.svg?style=flat-square)](https://travis-ci.org/nodejs/llnode)
@@ -40,7 +48,7 @@ version is LLDB 3.9 and above.
4048
```bash
4149
brew update && brew install --with-lldb --with-toolchain llvm
4250
```
43-
51+
4452
and make sure `/usr/local/opt/llvm/bin` gets searched before `/usr/bin/`
4553
on your `PATH`. llnode will link to the LLDB installation returned by
4654
`llvm-config` if available.
@@ -273,7 +281,7 @@ TEST_LLDB_BINARY=`which lldb-4.0` npm run test
273281
274282
### Useful Environment Variables
275283
276-
* `LLNODE_DEBUG=true` to see additional debug info from llnode
284+
* `LLNODE_DEBUG=true` to see additional debug info from llnode
277285
* `TEST_LLNODE_DEBUG=true` to see additional debug info coming from the tests
278286
* `LLNODE_CORE=/path/to/core/dump LLNODE_NODE_EXE=/path/to/node LLNODE_NO_RANGES=true`
279287
to use a prepared core dump instead of generating one on-the-fly when running

0 commit comments

Comments
 (0)