Fixed some minor issues with weekday.ms.

This commit is contained in:
JoeStrout
2023-09-16 13:52:40 -07:00
parent d195808773
commit 212c0445fe
4 changed files with 20 additions and 13 deletions

View File

@@ -6,11 +6,12 @@ Ways to play:
1. Command-Line MiniScript:
Download for your system from https://miniscript.org/cmdline/, install, and then run the program with a command such as:
```
miniscript word.ms
```
2. Mini Micro:
Download Mini Micro from https://miniscript.org/MiniMicro/, launch, and then click the top disk slot and chose "Mount Folder..." Select the folder containing the MiniScript program and this README file. Then, at the Mini Micro command prompt, enter:
```
load "word"
run
```