Skip to content

Commit 206544c

Browse files
Link to Pkg documentation in Install section (#261)
* Link to Pkg documentation in Install section This is a follow up on timholy's suggestion in #260. It's basically the same boilerplate install instructions as Revise.jl Co-authored-by: Fredrik Ekre <[email protected]>
1 parent 1160818 commit 206544c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
## Installation
1212

13-
```jl
13+
Install Debugger using [Pkg](https://docs.julialang.org/en/v1/stdlib/Pkg/):
14+
15+
```julia
1416
julia> import Pkg; Pkg.add("Debugger")
1517
```
1618

0 commit comments

Comments
 (0)