Skip to content

Commit b87b755

Browse files
Update developers/contributing/index.qmd
Co-authored-by: Penelope Yong <[email protected]>
1 parent df7fb4d commit b87b755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/contributing/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Turing uses [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) to
5858
We use version 1 of JuliaFormatter. Install it in your **global Julia environment** (not the project environment, as adding it to the Project.toml would make it invalid):
5959

6060
```julia
61-
julia -e 'using Pkg; Pkg.activate(); Pkg.add(name="JuliaFormatter", version="1"); Pkg.pin("JuliaFormatter")'
61+
julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1"); Pkg.pin("JuliaFormatter")'
6262
```
6363

6464
#### Formatting Code

0 commit comments

Comments
 (0)