From 50f0dd6f191eee48fd7bb3dbfdda215600f6bbfb Mon Sep 17 00:00:00 2001 From: Docker Date: Sat, 13 Jan 2024 22:20:11 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3b94f5..d6858f2 100644 --- a/README.md +++ b/README.md @@ -48,21 +48,21 @@ Prepare the directory for storing configuration files. mkdir httpcat cd httpcat ``` -Upload the installation package: httpcat_v0.0.9.tar.gz、httpcat_web_v0.0.9.zip +Upload the installation package: httpcat_v0.1.0.tar.gz、httpcat_web_v0.1.0.zip install httpcat ```bash -tar -zxvf httpcat_v0.0.9.tar.gz +tar -zxvf httpcat_v0.1.0.tar.gz cp httpcat /usr/local/bin/ cp conf/svr.yml /etc/httpdcat/ ``` install httpcat_web ```bash -cp httpcat_web_v0.0.9.zip /home/web/website/ +cp httpcat_web_v0.1.0.zip /home/web/website/ cd /home/web/website/ -unzip httpcat_v0.0.9.tar.gz +unzip httpcat_v0.1.0.tar.gz mv dist httpcat_web ``` @@ -148,11 +148,11 @@ Alternatively, you can specify the directory using command-line parameters, such ``` ### Frontend Deployment -1. Download the standalone frontend release file, such as httpcat_web_v0.0.9.zip. +1. Download the standalone frontend release file, such as httpcat_web_v0.1.0.zip. 2. Extract it to the web directory ```bash cd /home/web/website/ - unzip httpcat_web_v0.0.9.zip + unzip httpcat_web_v0.1.0.zip mv dist httpcat_web ``` 3. Starting the httpcat Service