Gitレポジトリーの名前の変更

このコミットが含まれているのは:
守矢諏訪子 2023-03-29 23:23:52 +09:00
コミット 807b4e6736
2個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -9,7 +9,7 @@ mixi向けプライバシーUI。
```sh
$domain="example.com"
cd /var/www/htdocs
git clone https://gitler.moe/TechnicalSuwako/spliti.git && cd spliti
git clone https://gitler.moe/suwako/spliti.git && cd spliti
mv config.example.php config.php
find . -type f -name "config.php" -exec sed -i 's/mixi.owacon.moe/$domain/g'
```

ファイルの表示

@ -100,8 +100,8 @@
<body>
<?= $out["content"] ?>
<p class="footer">
<a href="https://gitler.moe/TechnicalSuwako/spliti"><img src="/git.png" alt="Git"></a> |
<a href="https://076.moe">匿名自営業</a>
<a href="https://gitler.moe/suwako/spliti"><img src="/git.png" alt="Git"></a> |
<a href="https://076.moe"></a>
</p>
</body>
</html>