Update README.md

This commit is contained in:
Molly Lau 2023-09-03 15:50:23 +09:00 committed by GitHub
parent d449ebd692
commit 67d8ee0ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ Debian series(Debian / Ubuntu / Kali):
<pre><code>apt install wget -y</code></pre>
RedHat series, only based on RedHat 7+, grub2(CentOS / AlmaLinux / CloudLinux / RockyLinux / OracleLinux / Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / Tencent OpenCloudOS / AWS AmazonLinux / AlibabaCloudLinux or AliyunLinux / OpenAnolis):
<pre><code>yum install wget -y</code></pre>
or:
or (for Redhat 8+):
<pre><code>dnf install wget -y</code></pre>
Alpine Linux:
<pre><code>apk update</code></pre>