Skip to content

Commit

Permalink
Categorize install pages to new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanjre committed Mar 12, 2024
1 parent 9e7ee88 commit a816eca
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 12 deletions.
8 changes: 1 addition & 7 deletions docs/manager/install/guide.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
<div dir="ltr" markdown="1">

```
curl https://install.hiddify.com/release |bash
```

اگر دستور قبلی با مشکل مواجه شد، از دستور زیر استفاده کنید

```
sudo apt update&&sudo apt install -y curl&& curl -sSL https://raw.githubusercontent.com/hiddify/hiddify-manager/main/common/download.sh | sudo bash -s release
bash <(curl i.hiddify.com/release)
```

</div>
Expand Down
6 changes: 1 addition & 5 deletions docs/manager/install/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
1. Connect to your server through ssh and copy and run the following command in the terminal

```
curl https://install.hiddify.com/release |bash
```
If the previous command won't work, use the following one:
```
sudo apt update&&sudo apt install -y curl&& curl -sSL https://raw.githubusercontent.com/hiddify/hiddify-manager/main/common/download.sh | sudo bash -s release
bash <(curl i.hiddify.com/release)
```

Congratulations, the installation is complete.
Expand Down

0 comments on commit a816eca

Please sign in to comment.