Skip to content

Commit 485f6b0

Browse files
committed
polish installation
1 parent 0ac5a28 commit 485f6b0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ The CI infrastructure for automated performance testing of the Julia language is
1313

1414
## Installation
1515

16-
To install BenchmarkTools, you can run the following:
16+
<p>
17+
BenchmarkTools is a &nbsp;
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+
&nbsp; 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>
1726

1827
```julia
19-
Pkg.add("BenchmarkTools")
28+
pkg> add BenchmarkTools
2029
```
2130

2231
## Documentation

0 commit comments

Comments
 (0)