From 4960b3a7873d2f5492d4eae595467f71cc45e7d4 Mon Sep 17 00:00:00 2001 From: David Dight Date: Sun, 3 Apr 2022 15:57:08 +1000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 137b149..dcd6012 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ This example uses the standard FIX44 dictionary. It also uses high quality pseud ## To download -There are two branches: [`master`](https://github.com/fix8mt/fix8pro_example) (stable version) and [`dev`](https://github.com/fix8mt/fix8pro_example/tree/dev) (latest cutting edge). Optionally specify the `dev` branch when you clone: +You can read about all the available releases [`here`](https://github.com/fix8mt/fix8pro_example/releases). There are two branches: [`master`](https://github.com/fix8mt/fix8pro_example) (stable version) and [`dev`](https://github.com/fix8mt/fix8pro_example/tree/dev) (latest cutting edge). + +Optionally specify the `dev` branch when you clone: ```bash git clone https://github.com/fix8mt/fix8pro_example.git [-b dev] cd fix8pro_example @@ -42,8 +44,8 @@ cd fix8pro_example ## Before you build You will need the following to build this example: -1. A supported C++17 compiler and build environment -1. A Fix8Pro license from Fix8MT (or an evaluation license) +1. A supported [`C++17`](https://en.wikipedia.org/wiki/C%2B%2B17) compiler and build environment +1. A Fix8Pro license from [`Fix8MT`](https://fix8mt.com/) (or an evaluation license) 1. An installed Fix8Pro binary package, minimum version **22.03** ## To build