Skip to content

Commit c853749

Browse files
committed
Make install instructions more spacious
1 parent bff9583 commit c853749

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ GreenFunc.jl is a differentiable numerical framework to manipulate multidimensio
2222
- Interface to the [`TRIQS`](https://triqs.github.io/) library.
2323

2424
## Installation
25-
This package has been registered. So, simply type `import Pkg; Pkg.add("GreenFunc")` in the Julia REPL to install.
25+
This package has been registered. So, simply type
26+
```julia
27+
import Pkg; Pkg.add("GreenFunc")
28+
```
29+
in the Julia REPL to install.
2630

2731
## Basic Usage
2832

0 commit comments

Comments
 (0)