From 2fe1708d3fa29b21da6dfbb5190cf663b845b4ec Mon Sep 17 00:00:00 2001 From: wweir Date: Sat, 28 Sep 2019 13:08:24 +0800 Subject: [PATCH] Fix #19, update shorten url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 944bacc..0e89a31 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ After Deployed, please check your config file, it is placed in `/usr/local/etc/s Auto deploy script support Linux server side and masOS/Linux client side. ```shell -$ bash -c "$(curl -sL https://git.io/fhhdp)" +$ bash -c "$(curl -sL https://git.io/JeZzX)" ``` Then modify the configuration file as needed and set `127.0.0.1` as your first domain name server. @@ -35,7 +35,7 @@ In most situation, you just need to modify `/etc/resolv.conf`. If you wanna uninstall sower, run: ```shell -$ bash -c "$(curl -sL https://git.io/fhjer)" +$ bash -c "$(curl -sL https://git.io/JeZz1)" ``` ### Manually deploy