From a173d7ed0d646f32e8e4c8b538dd2451cdf7e15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Mart=C3=ADnez?= <31046348+lmiq@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:48:22 -0300 Subject: [PATCH] fix fastrepl.md --- docs/src/fastrepl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/fastrepl.md b/docs/src/fastrepl.md index a8065b1..de47839 100644 --- a/docs/src/fastrepl.md +++ b/docs/src/fastrepl.md @@ -6,7 +6,7 @@ really fast, and with a nice setup for `OhMyREPL`. Install the packages first: ```julia julia> import Pkg -julia> Pkg.add("Revise", "OhMyREPL", "Crayons", "BenchmarkTools") +julia> Pkg.add(["Revise", "OhMyREPL", "Crayons", "BenchmarkTools"]) ``` And add the following to the `~/.julia/config/startup.jl`: