From 2cd839f65a07d831a953a354200b6d84921f9d0b Mon Sep 17 00:00:00 2001 From: yanglc <65783234+yangliuchang@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:20:15 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab52d86..3ebcf7c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ Add SWAP partition for linux system and set it to start automatically. 为linux增加swap分区 一键添加swap分区,并添加开机自启 +``` +wget https://raw.githubusercontent.com/yangliuchang/create-swap/main/create-swap.sh &&chmod +x create-swap.sh &&bash create-swap.sh +```