fmt readme

This commit is contained in:
Robin Appelman 2024-09-25 19:12:25 +02:00
commit a8dff294c7

View file

@ -100,9 +100,9 @@ Currently, the program can match against data from the following sources:
## Roadmap
- [ ] More flexible log file input
- [x] Log files compressed trough gzip
- [ ] Log files compressed trough other compression methods
- [ ] Archived containing more than one file
- [x] Log files compressed trough gzip
- [ ] Log files compressed trough other compression methods
- [ ] Archived containing more than one file
- [ ] Data from more app version
- [ ] Support extracting app versions from a system report
- [ ] Add filtering to all lists
@ -122,4 +122,4 @@ Note that this is only needed when building with cargo, building with nix automa
rm -r data/src/data
nix build .#extracted-logs-rust
cp -rL result data/src/data && chmod -R +w data/src/data
```
```