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 に移転されます。