From 7f862c5db548e365f6a39de8410b3c540ce44e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Sat, 4 Mar 2023 17:11:56 -0400 Subject: [PATCH] recommend running check.sh on a VM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5791a7e..71eb8c0 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ instructions, objdump the result, and run the program. ./check.sh ``` +For extra safety, you should run this on a VM. + ## Usage Compile programs as you would with any traditional C compiler: