From 2d15dbbddee1e7dd09bdaea27b574c36a1365dff Mon Sep 17 00:00:00 2001 From: bluew Date: Mon, 14 Aug 2023 18:24:13 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5a2c6c3a..9782e0c4 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,6 @@ Follow these steps to launch a Carfield simulation: * Compile tests for Carfield. Tests resides in `sw/tests`. ``` - # Compile Safety Island standalone software - source ./scripts/safed-env.sh - make safed-sw-build - # Compile Integer cluster standalone software - source ./scripts/pulpd-env.sh - make pulpd-sw-build - # Compile Cheshire SW make car-sw-build ```