From e45b55c98d67b3f25a51fb4c20a01f98faf13c59 Mon Sep 17 00:00:00 2001 From: bigsketti <127629687+bigsketti@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:16:40 -0500 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7916f60 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This is a basic terminal written in plain ol' C. I'm writing this to dip my toes into C and learn a little about systems development. +This will never reach the level of bash or zsh, I'm a college student without that kind of time or knowledge. + +THIS ONLY WORKS ON LINUX, IF FOR WHATEVER REASON YOU WANT TO PLAY WITH THIS AND YOURE ON WINDOWS YOU MUST USE WSL (Windows subsystem for Linux) + +No need to compile the source code to run, simply download the binary from the repository. It always contains the most recent version of cShell.