We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ef0b0 commit 8598ccbCopy full SHA for 8598ccb
docs/src/man/introduction.md
@@ -27,8 +27,7 @@ Often you may wish to work in the directory that contains your data. To change t
27
- or change the working directory within your Julia session by using the `cd()`.
28
The following code changes the working directory to the `examples` folder within PhyloNetworks.
29
```@repl intro
30
-# just to show the command homedir() to extract the path to your home directory
31
-examples_path = joinpath(dirname(dirname(pathof(PhyloNetworks))), "examples")
+examples_path = joinpath(dirname(dirname(pathof(PhyloNetworks))), "examples");
32
cd(examples_path)
33
```
34
You will need to set the path to the folder where your data are located.
0 commit comments