From d350f75fb1d81edcd808b4f654d1fbb727d422f4 Mon Sep 17 00:00:00 2001 From: AP Ljungquist Date: Mon, 23 Dec 2024 12:25:21 +0100 Subject: [PATCH] f: shorter intro --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b46fed3..b6d6c66 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,7 @@ To quickly start a new app, see [acap-rs-app-template](https://github.com/AxisCo ## Getting started -There are multiple ways to set up a development environment, but the recommended way is using a dev container. -For a smooth experience it is furthermore recommended that any Axis devices run the most recent LTS. -See [compatibility](docs/compatibility.md) for details on what to expect from various setups. +The recommended setup is using the [dev container](#dev-container) and the most recent LTS version of AXIS OS [^1]. ### Dev container @@ -243,3 +241,5 @@ be resolved by either [ACAP]: https://axiscommunications.github.io/acap-documentation/ [Rust]: https://doc.rust-lang.org/ + +[^1]: Compatibility with various host and target environments are explored and explained in [compatibility](docs/compatibility.md)