Skip to content

Commit bf73b78

Browse files
Update julia download link installation.md
1 parent 7559720 commit bf73b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/manuals/user_guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Installation
22

33
To install Julia, first visit the official Julia website at <https://julialang.org> and
4-
[download](https://julialang.org/downloads/ ) the appropriate installer for your operating system (Windows, macOS, or
4+
[download](https://julialang.org/downloads/) the appropriate installer for your operating system (Windows, macOS, or
55
Linux). After installation, you can verify it by opening a terminal or command prompt and typing julia to start the
66
Julia REPL (Read-Eval-Print Loop). This will confirm that Julia is correctly installed and ready for use.
77

@@ -12,4 +12,4 @@ using Pkg; Pkg.add("BattMo")
1212
```
1313

1414
For those which are not used to Julia, you should be aware that julia uses JIT compilation. The first time the code is
15-
run, you will therefore experience a compilation time which will not be present in the further runs.
15+
run, you will therefore experience a compilation time which will not be present in the further runs.

0 commit comments

Comments
 (0)