Skip to content

Commit dbc9509

Browse files
committed
Updated documentation
1 parent 0f05fc1 commit dbc9509

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FIX Log Viewer
22
[![Download](https://img.shields.io/badge/Download-1.0.0-blue.svg)](https://github.com/apptastic-software/fix-log-viewer/releases/latest)
33

4-
FIX Log Viewer allows you to view FIX engine logs in a much more readable format. This helps you find, analyze, and fix issues faster.
4+
FIX Log Viewer is a cross-platform tool for viewing FIX engine logs in a much more readable format. This helps you find, analyze, and fix issues faster.
55

6-
Available for Windows, Linux and Mac.
6+
Available for Windows, Linux and MacOS.
77

88
![FIX Log Viewer draw selection](/assets/screenshot1.png)
99

@@ -47,10 +47,19 @@ Available for Windows, Linux and Mac.
4747
* Coloring and conditional formatting
4848
* Resolves currency codes, MIC codes, and LEI codes
4949

50-
## Download
50+
51+
52+
## Installation
53+
5154
[![Windows](/assets/windows.png)](https://github.com/apptastic-software/fix-log-viewer/releases/latest) [![Linux](/assets/linux.png)](https://github.com/apptastic-software/fix-log-viewer/releases/latest) [![Mac](/assets/mac.png)](https://github.com/apptastic-software/fix-log-viewer/releases/latest)
5255

53-
Download the [latest release][1] for Windows, Linux and MacOS.
56+
Download the installer for Windows, Linux and MacOS from [Releases][1].
57+
58+
### Note for MacOS users
59+
Changes to the security model used in the latest versions of **MacOS 10.14 (Mojave)** and **10.15 (Catalina)** mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command in a terminal before installing:
60+
61+
`sudo xattr -rd com.apple.quarantine /Applications/FIX\ Log\ Viewer.app`
62+
![MacOS warning](/assets/macos-warning.png)
5463

5564
## Demo
5665
![FIX Log Viewer draw selection](/assets/screenshot2.gif)

assets/macos-warning.png

50 KB
Loading

0 commit comments

Comments
 (0)