From f6fa7a7a65330835db3d485cc62220650d0d24f7 Mon Sep 17 00:00:00 2001 From: riad nbou Date: Mon, 31 Jul 2023 09:57:22 +0100 Subject: [PATCH] replace application with software --- subjects/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/linux/README.md b/subjects/linux/README.md index 16547abbb..8fda61421 100644 --- a/subjects/linux/README.md +++ b/subjects/linux/README.md @@ -24,7 +24,7 @@ It will also allow you to learn some tricks to better control your machine and s ### Virtualization -To practice in a standardized manner and without the risk of altering your own operating system, you should install a virtualization application that is compatible with your chip architecture. +To practice in a standardized manner and without the risk of altering your own operating system, you should install a virtualization software that is compatible with your chip architecture. For X86-64 chips, we recommend using [VirtualBox](https://www.virtualbox.org/wiki/Downloads). For Apple Silicon chips, we recommend using [UTM](https://mac.getutm.app/).