From f8918d8fb5213d35d8766edd8705e5cf8192d9b6 Mon Sep 17 00:00:00 2001 From: LandryNorris Date: Wed, 8 May 2024 09:28:39 -0500 Subject: [PATCH] Add a section about using the package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04404fe..3eb524e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ A ubuntu environment is recommended for building. WSL can be used on Windows. There are a few manual steps involved. +Using +----- + +This image contains the STM32CubeCLT package (located at /opt/st) and is based on +Ubuntu 24.04. To use the package, pull `ghcr.io/revrobotics/stm32cubeclt:`. + Building --------