From ed3f2f791a9d5adb5725abf1233a1102374c79f8 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 16 Jan 2017 18:13:55 +0800 Subject: [PATCH] *updated the readme of the yard sample. --- sample/yard/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/yard/README.md b/sample/yard/README.md index d9566d6..7bf859e 100644 --- a/sample/yard/README.md +++ b/sample/yard/README.md @@ -10,7 +10,7 @@ my_basic start.bas -**OS X** +**macOS** my_basic_mac start.bas @@ -20,6 +20,6 @@ **Note** -It requires an importing directories information if the working directory of your interpreter is `my_basic/output/`: +It requires a directory importing information if the working directory of your interpreter isn't at where `start.bas` is, assuming the interpreter works at `my_basic/output/`, then it goes: my_basic -f ../sample/yard/ ../sample/yard/start.bas