From 1f27b916bd26020cce9f7e541e199f8ce742473c Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Thu, 30 Jan 2025 14:16:15 +1100 Subject: [PATCH] Update README --- README.md | 4 +++- docs/_images/nautilus-trader.svg | 1 + docs/getting_started/installation.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/_images/nautilus-trader.svg diff --git a/README.md b/README.md index d3c078f2976b..a72bc90b98cc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ The platform is also universal and asset-class-agnostic — with any REST, WebSo adapters. It supports high-frequency trading across a wide range of asset classes and instrument types including FX, Equities, Futures, Options, Crypto and Betting, enabling seamless operations across multiple venues simultaneously. +![nautilus-trader](https://github.com/nautechsystems/nautilus_trader/raw/develop/docs/_images/nautilus-trader.svg "nautilus-trader") + ## Features - **Fast**: Core is written in Rust with asynchronous networking using [tokio](https://crates.io/crates/tokio). @@ -255,7 +257,7 @@ To programmatically fetch and list available versions: #### Retention policies - `develop` branch wheels (`.dev`): Only the most recent wheel build is retained. -- `nightly` branch wheels (`a`): Only the 3 most recent wheel builds are retained. +- `nightly` branch wheels (`a`): Only the 10 most recent wheel builds are retained. ### From Source diff --git a/docs/_images/nautilus-trader.svg b/docs/_images/nautilus-trader.svg new file mode 100644 index 000000000000..997cb4aee16c --- /dev/null +++ b/docs/_images/nautilus-trader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 122279475aa5..c3c116ca5afe 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -92,7 +92,7 @@ To programmatically fetch and list available versions: ### Retention policies - `develop` branch wheels (`.dev`): Only the most recent wheel build is retained. -- `nightly` branch wheels (`a`): Only the 3 most recent wheel builds are retained. +- `nightly` branch wheels (`a`): Only the 10 most recent wheel builds are retained. ## From Source