Skip to content

Commit

Permalink
Update docs/literate/src/files/first_steps/changing_trixi.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
ArseniyKholod and JoshuaLampert authored Feb 3, 2024
1 parent 46c86c8 commit 23f75c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/first_steps/changing_trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ```
# - Now run the following commands to install all relevant packages:
# ```julia
# using Pkg; Pkg.develop(PackageSpec(path="..")) # Install local Trixi.jl clone
# julia> using Pkg; Pkg.develop(PackageSpec(path="..")) # Tell Julia to use the local Trixi.jl clone
# Pkg.add(["OrdinaryDiffEq", "Plots"]) # Install additional packages
# ```

Expand Down

0 comments on commit 23f75c0

Please sign in to comment.