We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff9583 commit c853749Copy full SHA for c853749
docs/src/index.md
@@ -22,7 +22,11 @@ GreenFunc.jl is a differentiable numerical framework to manipulate multidimensio
22
- Interface to the [`TRIQS`](https://triqs.github.io/) library.
23
24
## Installation
25
-This package has been registered. So, simply type `import Pkg; Pkg.add("GreenFunc")` in the Julia REPL to install.
+This package has been registered. So, simply type
26
+```julia
27
+import Pkg; Pkg.add("GreenFunc")
28
+```
29
+in the Julia REPL to install.
30
31
## Basic Usage
32
0 commit comments