Skip to content

Commit 4c8769c

Browse files
remove unnecessary statement
1 parent 23904f7 commit 4c8769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/getting_started_julia/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The semi-official installation method for Windows is to use [Juliaup](https://gi
9494
1. Download and install Julia following the [Juliaup instructions](https://github.com/JuliaLang/juliaup#installation) or manually installing from [download page](http://julialang.org/downloads/), accepting all default options. That is,
9595
- Easiest method may be executing `winget install julia -s msstore` in a Windows terminal, or
9696
- `curl -fsSL https://install.julialang.org | sh` on a Mac terminal.
97-
- We recommend installing [manually](https://julialang.org/downloads/platform/#linux_and_freebsd) on Linux. Using Homebrew is not recommended.
97+
- We recommend installing [manually](https://julialang.org/downloads/platform/#linux_and_freebsd) on Linux.
9898
- If you have previously installed Julia manually, you will need to uninstall previous versions before switching to Juliaup.
9999

100100
2. Open Julia, by either

0 commit comments

Comments
 (0)