We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e10d3c commit c589d4fCopy full SHA for c589d4f
README.md
@@ -32,7 +32,7 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
32
33
```julia
34
julia> using Pkg
35
-julia Pkg.build("HomalgProject")
+julia> Pkg.build("HomalgProject")
36
```
37
38
This will (re)compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE`.
docs/src/index.md
@@ -28,7 +28,7 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
28
29
30
31
0 commit comments