From 583716c17716b36f6ffb71147dff63294a16c5f5 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Mon, 28 Jun 2021 18:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8CJDC=20fix=20remote=20scan=20Install?= =?UTF-8?q?=20c058886?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Log/News.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Log/News.md b/Log/News.md index 4fda1db..8c04d0b 100644 --- a/Log/News.md +++ b/Log/News.md @@ -13,12 +13,12 @@ cd /root ls -l ``` -AMD64 终端输入 +**AMD64 终端输入** ``` sh wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC ``` -arm64 终端输入 +**arm64 终端输入** ``` sh wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC_arm64 ``` @@ -32,12 +32,12 @@ chmod 777 JDC 修改 `config.toml` 中的 `path` 项为 `ql` -AMD64 终端输入 +**AMD64 终端输入** ``` sh nohup ./JDC 1>/dev/null 2>&1 & #AMD64 ``` -arm64 终端输入 +**arm64 终端输入** ``` sh nohup ./JDC_arm64 1>/dev/null 2>&1 & #ARM64 ```