Skip to content

Commit 4ec857f

Browse files
authored
Update dev_guide.md
1 parent f5b92ab commit 4ec857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/devdocs/dev_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Whenever a PR to Catalyst is created, CI will create a corresponding documenter
4848
4. This will download a zip folder containing the documentation. Extract it to a location on your computer and then open the "index.html" file.
4949

5050
To build the Catalyst documentation locally:
51-
1. Navigate to the ".julia/dev/Catalyst/docs/" folder and run the "make.jl" file using ">julia make.jl". Alternatively, open a Julia session, activate the "docs" environment, and run the file using `include("make.jl").
51+
1. Navigate to the ".julia/dev/Catalyst/docs/" folder, and run the "make.jl" file using ">julia --project=. make.jl". Alternatively, open a Julia session, activate the "docs" environment, and run the file using `include("make.jl").
5252
2. Open the ".julia/dev/Catalyst/docs/build/index.html" file.
5353

5454
### [Spellchecking in your code](@id devdocs_advice_codespellchecker)

0 commit comments

Comments
 (0)