Skip to content

Commit aee3bd9

Browse files
committed
Add formatting
1 parent c6e6f87 commit aee3bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ First, install Julia 1.10 or newer as explained [here](https://ufechner7.github.
88

99
Checkout this repo:
1010

11-
```
11+
```bash
1212
git clone https://github.com/OpenSourceAWE/OptimalFlightPaths.jl.git
1313
```
1414
Start Julia with
15-
```
15+
```bash
1616
cd OptimalFlightPaths.jl
1717
julia --project
1818
```
1919

2020
Install the dependencies with:
21-
```
21+
```julia
2222
using Pkg
2323
Pkg.instantiate()
2424
```
2525

2626
Run the example with:
27-
```
27+
```julia
2828
include("examples/create_flightpath.jl")
2929
```
3030
You should see a tilted figure of eight.

0 commit comments

Comments
 (0)