Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enfein committed Dec 28, 2021
1 parent 12673cd commit fd9aaf3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ has_command() {
# - build/package/mieru/debian/DEBIAN/control
# - build/package/mita/debian/DEBIAN/control
# - all references under docs directory
version="1.0.1"
version="1.1.0"

set -e

Expand Down
2 changes: 1 addition & 1 deletion build/package/mieru/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mieru
Version: 1.0.1
Version: 1.1.0
Section: net
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion build/package/mita/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mita
Version: 1.0.1
Version: 1.1.0
Section: net
Priority: optional
Architecture: amd64
Expand Down
10 changes: 5 additions & 5 deletions docs/client-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ mieru 客户端软件支持 Windows,Mac OS 和 Linux 系统。用户可以在

```powershell
# Windows PowerShell
Invoke-WebRequest https://github.com/enfein/mieru/releases/download/v1.0.1/mieru_1.0.1_windows_amd64.zip -OutFile mieru_1.0.1_windows_amd64.zip
Invoke-WebRequest https://github.com/enfein/mieru/releases/download/v1.1.0/mieru_1.1.0_windows_amd64.zip -OutFile mieru_1.1.0_windows_amd64.zip
```

```sh
# Mac OS
curl -LSO https://github.com/enfein/mieru/releases/download/v1.0.1/mieru_1.0.1_darwin_amd64.tar.gz
curl -LSO https://github.com/enfein/mieru/releases/download/v1.1.0/mieru_1.1.0_darwin_amd64.tar.gz
```

```sh
# Linux
curl -LSO https://github.com/enfein/mieru/releases/download/v1.0.1/mieru_1.0.1_linux_amd64.tar.gz
curl -LSO https://github.com/enfein/mieru/releases/download/v1.1.0/mieru_1.1.0_linux_amd64.tar.gz
```

解压缩之后,就可以得到可执行文件 `mieru``mieru.exe`
Expand All @@ -26,9 +26,9 @@ curl -LSO https://github.com/enfein/mieru/releases/download/v1.0.1/mieru_1.0.1_l
如果你的客户端操作系统是 Debian/Ubuntu 系列 Linux 发行版,可以使用下面的指令下载和安装 mieru。

```sh
curl -LSO https://github.com/enfein/mieru/releases/download/v1.0.1/mieru_1.0.1_amd64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v1.1.0/mieru_1.1.0_amd64.deb

sudo dpkg -i mieru_1.0.1_amd64.deb
sudo dpkg -i mieru_1.1.0_amd64.deb
```

**【可选】将 mieru 可执行文件移动或添加至系统路径 PATH**
Expand Down
4 changes: 2 additions & 2 deletions docs/server-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
**【1】下载 mita 安装包**

```sh
curl -LSO https://github.com/enfein/mieru/releases/download/v1.0.1/mita_1.0.1_amd64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v1.1.0/mita_1.1.0_amd64.deb
```

如果上述链接被墙,请翻墙后使用浏览器从 GitHub Releases 页面下载安装包。

**【2】安装 mita 软件包**

```sh
sudo dpkg -i mita_1.0.1_amd64.deb
sudo dpkg -i mita_1.1.0_amd64.deb
```

**【3】赋予当前用户操作 mita 的权限,需要重启服务器使此设置生效**
Expand Down

0 comments on commit fd9aaf3

Please sign in to comment.