From 2ac42b76cab7662e49d335b1b0702490f8299937 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 18 Sep 2024 00:01:55 +0200 Subject: [PATCH] README: Fix TIP --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9960696..8e08ab9 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,10 @@ the [Autoware][] project as an example. ``` Note that not all autoware packages can be build successfully. -> [!TIP] To build all generated packages, run `ros2nix` with the -> `--flake` switch and then run `nix flake check` (depending on your +> [!TIP] +> +> To build all generated packages, run `ros2nix` with the `--flake` +> switch and then run `nix flake check` (depending on your > configuration, you may need to add `--experimental-features > 'nix-command flakes'`).