Skip to content

Commit 5925b99

Browse files
authored
Advise to put using Revise as the first line in startup.jl (#666)
1 parent 84375ee commit 5925b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This can be as simple as adding
1515
```julia
1616
using Revise
1717
```
18-
to your `startup.jl`. If you have a Unix terminal available, simply run
18+
as the first line in your `startup.jl`. If you have a Unix terminal available, simply run
1919
```bash
2020
mkdir -p ~/.julia/config/ && echo "using Revise" >> ~/.julia/config/startup.jl
2121
```

0 commit comments

Comments
 (0)