Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzaris authored Feb 28, 2023
1 parent 240977b commit 9874300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and is an extension of the code and research found in https://github.com/mantzar


# <span style="color:red">Running the code</span>
(from Linux) simplest way is to run *main.jl* `function main(startYr = 1980, endYr = 1990, windowSize = 5, alpha = 0.05)`, have graphviz installed, in the Julia REPL (prompt of Julia) via:
(from Linux) simplest way is to run *main.jl* `function main(startYr = 1980, endYr = 1990, windowSize = 5, alpha = 0.05)`, have graphviz installed that is called from Julia, in the Julia REPL (prompt of Julia) via:

`include("main.jl")`

Expand Down

0 comments on commit 9874300

Please sign in to comment.