From 21f18a2111398aa5192ecca51237faf7080d0592 Mon Sep 17 00:00:00 2001 From: LloydAsp Date: Mon, 3 Jul 2023 04:18:17 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 897d91c..3ecd358 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ or ``` curl -so OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutation.sh && chmod u+x OsMutation.sh && ./OsMutation.sh ``` -for vps whose disk is small (experimental support) +for vps whose disk is small (less than 1GiB, experimental support) + ``` wget -qO OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutationTight.sh && chmod u+x OsMutation.sh && ./OsMutation.sh ```