Skip to content

Commit

Permalink
Fix installer script url
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-torabi committed Jun 2, 2024
1 parent 3fa2e18 commit 276aae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ brew install chissl
```bash
# <domain_name> must be set to your server's fqdn
# [port] is optional and will default to 443
# bash <(curl -s https://raw.githubusercontent.com/NextChapterSoftware/chissl/v1.1/server_installer.sh) <domain_name> [port]
# bash <(curl -s https://raw.githubusercontent.com/NextChapterSoftware/chissl/main/server_installer.sh) <domain_name> [port]
# e.g
bash <(curl -s https://raw.githubusercontent.com/NextChapterSoftware/chissl/v1.1/server_installer.sh) your.domain.com
bash <(curl -s https://raw.githubusercontent.com/NextChapterSoftware/chissl/main/server_installer.sh) your.domain.com
```

### Manual
Expand Down

0 comments on commit 276aae3

Please sign in to comment.