Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shepf authored Jan 13, 2024
1 parent d836e77 commit 50f0dd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 50f0dd6

Please sign in to comment.