Skip to content

Commit 8598ccb

Browse files
committed
minor change to intro scripts
1 parent b3ef0b0 commit 8598ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/man/introduction.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Often you may wish to work in the directory that contains your data. To change t
2727
- or change the working directory within your Julia session by using the `cd()`.
2828
The following code changes the working directory to the `examples` folder within PhyloNetworks.
2929
```@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")
30+
examples_path = joinpath(dirname(dirname(pathof(PhyloNetworks))), "examples");
3231
cd(examples_path)
3332
```
3433
You will need to set the path to the folder where your data are located.

0 commit comments

Comments
 (0)