Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 19, 2024
1 parent 37f9913 commit faa7057
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ include:
$ pip install dfindexeddb
```

To also install the optional leveldb/indexeddb plugins, instead run
```
$ pip install 'dfindexeddb[plugins]'
```


## Installation from source

1. [Linux] Install the snappy compression development package
Expand All @@ -51,6 +57,11 @@ include:
$ pip install .
```

To also install the optional leveldb/indexeddb plugins, instead run
```
$ pip install '.[plugins]'
```

## Usage

Two CLI tools for parsing IndexedDB/LevelDB files are available after
Expand Down

0 comments on commit faa7057

Please sign in to comment.