From 6bb7ce1a220c4d33d6808f9bb0bb03c231dd777a Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 22:29:54 -0500 Subject: [PATCH] Add downloads --- content/downloads/linux.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/downloads/linux.md b/content/downloads/linux.md index 5f4cff6..d18e403 100644 --- a/content/downloads/linux.md +++ b/content/downloads/linux.md @@ -14,7 +14,11 @@ sudo apt update ## Install the language ````bash -sudo apt install crosslang # OR +sudo apt install crosslang +```` + +## Or the IDE +````bash sudo apt install crosslang-devstudio # FOR IDE as well ````