From d5f5107e5f807b0536db4040d8fce8fd92532bd7 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 19 Sep 2023 12:14:48 +0200 Subject: [PATCH] fix typo in installation instructions --- installation/julia.qmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installation/julia.qmd b/installation/julia.qmd index 588abdf..d5f7f62 100644 --- a/installation/julia.qmd +++ b/installation/julia.qmd @@ -1,6 +1,7 @@ # Installing Julia -The recommended way to install julia is [juliaup](https://github.com/JuliaLang/juliaup). It allows you toe.g. easily update Julia at a later point, but also test out alpha/beta versions etc. +The recommended way to install julia is [juliaup](https://github.com/JuliaLang/juliaup). +It allows you to, e.g., easily update Julia at a later point, but also test out alpha/beta versions etc. TLDR; If you dont want to read the explicit instructions, just copy the following command @@ -18,4 +19,4 @@ Next, install the Julia extension ![](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscodeext_1.png) (thanks to https://juliateachingctu.github.io for providing us with the nice graphics) Finally press `Ctrl + Shift + P` to get VSCodes command palette, and type in `Julia: Start REPL` -![](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscodeext_2.png) \ No newline at end of file +![](https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscodeext_2.png)