Skip to content

Commit d1124b8

Browse files
committed
Update README
1 parent 91061b7 commit d1124b8

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# zelos-crashd
1+
# Zelos CrasHD Plugin
2+
3+
A plugin for [Zelos](https://github.com/zeropointdynamics/zelos) to enhance crash triaging by performing dataflow & root cause analysis.
4+
5+
## Installation
6+
7+
Install from pypi
8+
```console
9+
$ pip install zelos-crashd
10+
```
11+
12+
Or install directly from the repo
13+
```console
14+
$ git clone https://github.com/zeropointdynamics/zelos-crashd.git
15+
$ cd zelos-crashd
16+
$ pip install .
17+
```
18+
19+
Alternatively, install an _editable_ version for development
20+
```console
21+
$ git clone https://github.com/zeropointdynamics/zelos-crashd.git
22+
$ cd zelos-crashd
23+
$ pip install -e '.[dev]'
24+
```
25+

0 commit comments

Comments
 (0)