Install Guide

Rely 依赖检查

Love Blog is rely on bash, gcc and git, install rely on wget, so please install them first.

Love Blog 依赖于Bash gcc git wget ,所以请确保已经安装上述软件。

Linux

MacOS

You can also install without package-mamager 你也可以不使用文件管理器安装软件

Install 安装

[Only ArchLinux user] [Testing] Install with Pacman 使用Pacman安装

  1. Downloads love-blog... from release page 从版本页面下载pacman压缩包
  2. sudo pacman -U loveblog... (File name)
  3. Use lb to test 使用lb去测试安装结果

Install with CDN 使用CDN进行安装

wget https://cdn.jsdelivr.net/gh/loveblog/love-blog/install.sh -O install-lb.sh
bash install-lb.sh

Install with GitHub tag 使用GitHub源码进行安装

Get install file

  1. Downloads install.sh 下载安装文件
  2. Put file into HOME-dir, (Like USER:TEST, HOME-dir:/home/TEST (/USERS/TEST in MacOS)) 放到家目录
  3. bash install.sh

Creat a Issue on loveblog/love-blog 在loveblog/love-blog仓库中提交issue!