Skip to content

Commit 1160818

Browse files
authored
Make install code run if users copy and paste (#260)
New Julia users may not understand the meaning of ] to enter the package manager from the Julia REPL. Instead, start with code that works when they copy and paste.
1 parent ba9691b commit 1160818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Installation
1212

1313
```jl
14-
]add Debugger
14+
julia> import Pkg; Pkg.add("Debugger")
1515
```
1616

1717
# Usage

0 commit comments

Comments
 (0)