Skip to content

Commit 958b307

Browse files
authored
Update README.md
1 parent b6ab9dc commit 958b307

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,7 @@ A macro `@test` that you can use to verify your code's correctness. **But instea
1414

1515
# Install & use
1616

17-
First, update Pluto to at least `0.14.5`! Next, add this package like so: _(you can skip this step in Pluto 0.15 and above)_
18-
19-
```julia
20-
julia> begin
21-
import Pkg
22-
Pkg.activate(mktempdir())
23-
Pkg.add([
24-
Pkg.PackageSpec(name="PlutoTest")
25-
])
26-
end
27-
```
17+
First, update Pluto to at least `0.15`! That's it, Pluto will automatically install the package when you `import`/`using` it.
2818

2919
Inside your notebook, use the `@test` macro to test whether something returns `true`:
3020

0 commit comments

Comments
 (0)