From b95e966929d52fe17f8d284e6a6fca1532ca89bb Mon Sep 17 00:00:00 2001 From: Joshua Scarsbrook Date: Thu, 14 Nov 2024 14:59:35 +1000 Subject: [PATCH] Update portable instructions to latest version of TinyRange --- .../en/docs/Getting Started/Neurodesktop/portable.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/Getting Started/Neurodesktop/portable.md b/content/en/docs/Getting Started/Neurodesktop/portable.md index 433569c3b..555b9d0bb 100644 --- a/content/en/docs/Getting Started/Neurodesktop/portable.md +++ b/content/en/docs/Getting Started/Neurodesktop/portable.md @@ -17,10 +17,10 @@ description: > TinyRange (https://github.com/tinyrange/tinyrange) is a lightweight runtime for running Virtual Machines and Containers. It runs without admin privilages and doesn't need Docker or Podman installed to work. -- **Windows:** https://github.com/tinyrange/tinyrange/releases/download/v0.1.1/tinyrange-windows-amd64.zip - -- **Linux (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.1/tinyrange-linux-amd64.zip - +- **Windows:** https://github.com/tinyrange/tinyrange/releases/download/v0.1.2/tinyrange-windows-amd64.zip +- **MacOS:** https://github.com/tinyrange/tinyrange/releases/download/v0.1.2/tinyrange-darwin-arm64.zip +- **Linux (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.2/tinyrange-linux-amd64.zip +- **Linux (arm64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.2/tinyrange-linux-arm64.zip {{< alert color="info" >}} **Windows on ARM:** TinyRange is not currently supported on Windows for ARM (Copilot+ Laptops with ARM64/Snapdragon CPUs) @@ -30,7 +30,7 @@ TinyRange (https://github.com/tinyrange/tinyrange) is a lightweight runtime for - **Windows:** TinyRange already includes QEMU so you can skip this step. - **Ubuntu:** `sudo apt install qemu-kvm` - +- **MacOS:** `brew install qemu` ## Installing TinyRange @@ -62,4 +62,4 @@ The folder share is currently **Read-Only**. - **Windows:** This requires admin privilages. Search in your start menu for "Turn Windows features on or off.". Find "Hyper-V Hypervisor" or "Windows Hypervisor Platform" and make sure it's enabled. Then restart your computer. - **Ubuntu/Other Linux:** It should already work out of the box. If not make sure your user account has permission to read/write `/dev/kvm`. - \ No newline at end of file +- **MacOS:** No extra steps required. It already works. \ No newline at end of file