File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,19 @@ The CI infrastructure for automated performance testing of the Julia language is
13
13
14
14
## Installation
15
15
16
- To install BenchmarkTools, you can run the following:
16
+ <p >
17
+ BenchmarkTools is a   ;
18
+ <a href =" https://julialang.org " >
19
+ <img src =" https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia.ico " width =" 16em " >
20
+ Julia Language
21
+ </a >
22
+   ; package. To install BenchmarkTools,
23
+ please <a href =" https://docs.julialang.org/en/v1/manual/getting-started/ " >open
24
+ Julia's interactive session (known as REPL)</a > and press <kbd >] </kbd > key in the REPL to use the package mode, then type the following command
25
+ </p >
17
26
18
27
``` julia
19
- Pkg . add ( " BenchmarkTools" )
28
+ pkg > add BenchmarkTools
20
29
```
21
30
22
31
## Documentation
You can’t perform that action at this time.
0 commit comments