From 2b9763cf2cf678fed36fea099f8ce2e5cead3d2b Mon Sep 17 00:00:00 2001 From: max Date: Wed, 3 Jul 2024 15:00:02 +1000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc6a24f..c5420ae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A shell coded in Python. No reason :) Just bored in class one day so I started to code this. Will have some basic commands in built, and as it is coded in Python you should be able to have a similar terminal experience anywhere! +**WARNING: Mash is currently unable to function on Windows! Any Unix-like OS should work fine.** + ## What's currently working? `pwd`, `cat`, `cd`, `help`, `version` and `exit` (all without command line arguments) and commands with no arguments are working. The shell shows your current directory before the input prompt.