This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hozonsite/README.md
2026-01-21 03:59:11 +09:00

448 B

保存サイト

世界初FOSS系ウエブアーカイバーです。

インストールする方法

OpenBSD

cd hozonsite
make
doas make install

FreeBSD

cd hozonsite
make
doas make install MANPREFIX=/usr/local/share/man

NetBSD

cd hozonsite
make
doas make install PREFIX=/usr/pkg MANPREFIX=/usr/pkg/share/man

Linux

cd hozonsite
bmake
doas bmake install PREFIX=/usr MANPREFIX=/usr/share/man