From cba3ec04d7a02e95bf046f3e238c7b5667c6b37c Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 18 May 2026 14:33:30 +0100 Subject: [PATCH] documentation about location of story file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b969a95..ef10ad4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For help with syntax, see [this documentation](/docs/SYNTAX.md) ## Install -This is not really out of development, but to run it, clone the repo, go into /server/ and use cargo run story.zip to run a file called story.zip that's in the /stories/ directory. +This is not really out of development, but to run it, clone the repo, go into /server/ and use cargo run story.zip to run a file called story.zip, relative to your current location. ## Technical Details