From 030a44ca4b15c3a5e3a225b03af977f29b3a8c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Thu, 27 Apr 2023 13:31:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9c2efc5..2f5a042 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,9 @@ -# URLロリ -クッソ小さいURL短縮作成ソフトだわ〜♡ +# 保存サイト +世界初FOSS系ウエブアーカイバーです。 ## インストールする方法 ```sh -chmod +x install.sh && ./install.sh +cd hozon.site +make +doas make install ``` - -## links.jsonファイルの中に -``` -{ - "hogehoge": "https://076.moe" -} -``` - -https://(ドメイン名)/hogehoge にアクセスすると、https://076.moe に移転されます。