Skip to content
Snippets Groups Projects
Commit 7030b964 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

Fix small typo in Readme.

parent 9c967aab
No related branches found
No related tags found
No related merge requests found
Pipeline #18740 failed
......@@ -21,9 +21,10 @@ This package is not yet accessible via the Julia package manager. For the instal
* Add the Julia line code
```julia
import Distributed: @everywhere
@everywhere push!(LOAD_PATH, /path/to/markovprocesses.jl/core")
@everywhere push!(LOAD_PATH, "/path/to/markovprocesses.jl/core")
```
on your Julia startup file which is often located in `~/.julia/config/startup.jl` in Unix systems.
on your Julia startup file which is often located in `~/.julia/config/startup.jl` in Unix systems.
"/path/to/markovprocesses.jl/core" is the path to the core directory of this git repository.
* If you don't want to add this in your startup file, you can add these lines in your Julia script before `using MarkovProcesses`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment