From 2bb02c2def96fd31abd89f19aad6e5318e7d6910 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 10:55:09 +0800 Subject: docs(readme): add title and stylize tagline --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f87fa0..ae9909c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Screw "make", I just want a script runner +# 'run' + +> Screw "make", I just want a script runner Sometimes when working on projects, I need cross-platform operation. I don't want to install something like `just` or `make`. I just want to write some scripts, drop them in, and run them. That's it. -- cgit