Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkhatri authored Jan 5, 2020
1 parent 76790cb commit a0c5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The code needs python 3.7 and the following python packages installed:

The first two can be installed using the command `pip install lz4 enum34`

You will also need to install the lzfse decompression library. Follow the instructions [here](https://github.com/ydkhatri/mac_apt/tree/master/Libraries_For_Windows) to install it on windows.
You will also need to install the lzfse decompression library. Follow the instructions [here](https://github.com/ydkhatri/mac_apt/tree/master/Libraries_For_Windows) to install it on windows. For linux, follow this [link](https://github.com/ydkhatri/mac_apt/wiki/Installation-for-Python3.7#build-compile-and-install-pylzfse) and only complete the **install pylzfse** part.
## Usage
This script will process individual Spotlight database files. These files are found under the volume at location `/.Spotlight-V100/Store-V2/<UUID>` where `<UUID>` represents a store id. In that folder you should find files named `store` and `.store` which are the Spotlight databases. Provide these as input to this script.

Expand Down

0 comments on commit a0c5f2c

Please sign in to comment.