Skip to content

Commit

Permalink
Advise to put using Revise as the first line in startup.jl (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley authored Dec 31, 2021
1 parent 84375ee commit 5925b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This can be as simple as adding
```julia
using Revise
```
to your `startup.jl`. If you have a Unix terminal available, simply run
as the first line in your `startup.jl`. If you have a Unix terminal available, simply run
```bash
mkdir -p ~/.julia/config/ && echo "using Revise" >> ~/.julia/config/startup.jl
```
Expand Down

0 comments on commit 5925b99

Please sign in to comment.