From 9ae4f50350965ff0e4dcd7f49db17e7002d1a049 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 8 Feb 2026 20:44:44 +0800 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a1d1da..eb58f05 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Simply call `rust-script` (https://github.com/fornwall/rust-script).
+Run `*.rs` from URL: +```shell +runrs 'https://script.hatter.ink/@1/hello_world.rs' +``` + Run `*.ts` from URL: ```shell runts 'https://script.hatter.ink/@0/cal-bun.ts'