浏览代码

README.md - updated install instructions

master
gashapwn 3 年前
父节点
当前提交
20c2dcbb6f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -9,13 +9,13 @@
Run the below command to automatically provision the tilde instance

```
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl
pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl'; perl provision.pl
```

or

```
pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl
pkg_add wget && wget wget 'https://s.lain.la/wrMJw'; perl provision.pl
```

After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started.


正在加载...
取消
保存