File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/manuals/user_guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11## Installation
22
33To 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
55Linux). After installation, you can verify it by opening a terminal or command prompt and typing julia to start the
66Julia 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
1414For 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.
You can’t perform that action at this time.
0 commit comments