From 72ebc236f723d05770939952081324c78d5fea43 Mon Sep 17 00:00:00 2001 From: rusandris Date: Thu, 18 Jul 2024 13:09:06 +0300 Subject: [PATCH] update publication README.md --- stn_paper/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stn_paper/README.md b/stn_paper/README.md index 25efb59..74e6b08 100644 --- a/stn_paper/README.md +++ b/stn_paper/README.md @@ -29,7 +29,7 @@ Once you have successfully downloaded the `stn_paper/` directory (or by clicking To run any file from the `code/` directory, here are some options: -* Run from `REPL`: `include(code/logistic_map_main.jl)` +* Run from `REPL`: `include("code/logistic_map_main.jl")` * Run in background (Linux): `julia --project=./ code/logistic_map_main.jl < /dev/null > logfile.log 2>&1 &` @@ -46,9 +46,9 @@ Note: The scripts save the values continuously in `data/` and log status in the #### PLOT -To get the main figure, run `code/plotters/plot_maps_main.jl`. +To get the main figure, run `code/plotters/plot_maps_main.jl`. For example `include("code/plotters/plot_maps_main.jl")` -To get the supplementary figure, run `code/plotters/plot_maps_sm.jl`. +To get the supplementary figure, run `code/plotters/plot_maps_sm.jl`. For example `include("code/plotters/plot_maps_sm.jl")` See the output in `figs/` (png).