summarylogtreecommitdiffstats
path: root/mihomo-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'mihomo-bin.install')
-rw-r--r--mihomo-bin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mihomo-bin.install b/mihomo-bin.install
new file mode 100644
index 000000000000..2af2054fa5fd
--- /dev/null
+++ b/mihomo-bin.install
@@ -0,0 +1,12 @@
+post_install(){
+ post_upgrade
+}
+post_upgrade(){
+ cat << EOF
+ This is Mihomo Kernel by MetaCubeX, formerly known as Clash.Meta.
+ You can find the manual at https://wiki.metacubex.one/
+ Home directory mihomo.service at /etc/mihomo
+ User home directory ~/.config/mihomo by default
+EOF
+
+}