diff --git a/README.md b/README.md index 45d8ed9..81f842b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Fuji logo and screenshot](./packaging/banner.jpg) + # Fuji: Forensic Unattended Juicy Imaging Fuji is a free, open source software for performing forensic acquisition of Mac @@ -97,6 +99,10 @@ The DMG file can be built by using the included Pyinstaller script: The build process must be executed from a computer running macOS. +The README file in RTF format can be generated with pandoc: + + cat README.md | grep -v 'banner.jpg' | pandoc -f markdown -s -o dist/README.rtf + The following is a list of prerequisites if you want to modify the source code or run Fuji from source: diff --git a/packaging/banner.jpg b/packaging/banner.jpg new file mode 100644 index 0000000..8fdf646 Binary files /dev/null and b/packaging/banner.jpg differ