From a68434c28f7bd7a8b68984166255d498e0d23f4c Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 21 Nov 2022 09:35:49 -0800 Subject: [PATCH] 2022-11-21 09:35:49AM --- docs/INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 97af0744a..cf6599adb 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -13,6 +13,9 @@ This file documents all the ways by which you can install D2. ## install.sh +The recommended and easiest way to install is with our install script, which will detect +the OS and architecture you're on and use the best method: + ```sh # With --dry-run the install script will print the commands it will use # to install without actually installing so you know what it's going to do.