From 01bed63a83e872a94368f64c57f4a462242dbcc7 Mon Sep 17 00:00:00 2001 From: Diego Javier Zea Date: Wed, 17 Jul 2024 22:42:59 +0200 Subject: [PATCH] Fix Scripts docs --- Project.toml | 2 +- docs/src/Scripts.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d39871c6..6cb48dfc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MIToS" uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5" -version = "3.0.3" +version = "3.0.4" [deps] AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f" diff --git a/docs/src/Scripts.md b/docs/src/Scripts.md index 98beace9..ea90f84b 100644 --- a/docs/src/Scripts.md +++ b/docs/src/Scripts.md @@ -33,7 +33,9 @@ using MIToS_Scripts scripts_folder = joinpath(pkgdir(MIToS_Scripts), "scripts") ``` -You can run them from that location or copy them to a directory in your `PATH`. +You can run them from that location. Alternatively, you can add the location to your +`PATH` environment variable, or copy the scripts to a folder already in your `PATH` to +run them from anywhere. ## Usage