From c08c028528470f914a600b92959ab1a93578d468 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Tue, 18 Nov 2025 21:19:32 -0800 Subject: [PATCH] update install instructions --- docs/src/tutorials/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index de95c0d769..c60ebc8e1c 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -9,8 +9,8 @@ For more advanced usage examples, please see the documentation pages of the indi ## Installing Julia -To install Julia, it's strongly recommended to download the official binary for your operating system. -Visit the [julialang.org Downloads page](https://julialang.org/downloads), and select the latest stable version for your operating system. Currently, this is 1.7.3. Click the [help] links next to your operating system if you require more detailed instructions. +Navigate to the [Install Julia](https://julialang.org/install/) section of the official Julia website for instructions on getting started. + ## Installing Packages @@ -28,7 +28,6 @@ It's recommended to use Julia projects to store what packages you use and make i For more information on how to use the Julia package manager, refer to the [Pkg.jl documentation](https://pkgdocs.julialang.org/v1/repl/). - ## Tutorial Index The following tutorials show how to use Julia to perform common tasks in astronomy and astrophysics.