Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 2f9b69a

Browse files
authored
Update README.md
1 parent 7bf1a76 commit 2f9b69a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# nginx-conf
22

3-
We open source our NGINX conf. You can help us improve our service by contributing our conf.
3+
We open source our NGINX conf. You can help us improve our service by contributing the conf. Also, we welcome you can build your own FastGit.
44

55
## Filename rule
66

77
[site_url].conf
8+
9+
## Quick install
10+
11+
Caution, till now, quick install **only supports Debian 10**.
12+
13+
You can also take a try if you want to deploy FastGit on any system which uses APT as its package management tool (e.g., Ubuntu).
14+
But we have no guarantee that the script will work properly.
15+
16+
```bash
17+
$ wget https://raw.githubusercontent.com/FastGitORG/nginx-conf/master/install-debian10.sh
18+
$ sudo bash install-debian10.sh
19+
```

0 commit comments

Comments
 (0)