update README

This commit is contained in:
Le Tan 2018-05-11 15:06:37 +08:00
parent 6752a91ef4
commit 9ca9e56e82
2 changed files with 6 additions and 4 deletions

View File

@ -54,7 +54,7 @@ cd vnote
makepkg -sic makepkg -sic
``` ```
There is also a development version that tracks the latest master [vnote-git](https://aur.archlinux.org/packages/vnote-git/) There is also a development version that tracks the latest master [vnote-git](https://aur.archlinux.org/packages/vnote-git/).
## MacOS ## MacOS
[![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote)

View File

@ -46,14 +46,16 @@ sudo zypper in vnote
由于 Leap 42 及以下版本的 Qt 版本过低,我们无法在 OBS 上进行打包。请使用 AppImage 或自行构建。 由于 Leap 42 及以下版本的 Qt 版本过低,我们无法在 OBS 上进行打包。请使用 AppImage 或自行构建。
### Arch Linux ### Arch Linux
Arch Linux可以通过AUR中的 [vnote-git](https://aur.archlinux.org/packages/vnote-git/) 进行安装: Arch Linux可以通过AUR中的 [vnote-git](https://aur.archlinux.org/packages/vnote/) 进行安装:
```shell ```shell
git clone https://aur.archlinux.org/vnote-git.git git clone https://aur.archlinux.org/vnote.git
cd vnote-git cd vnote
makepkg -sic makepkg -sic
``` ```
AUR也提供一个和最新master分支同步的开发版本 [vnote-git](https://aur.archlinux.org/packages/vnote-git/) 。
## MacOS ## MacOS
[![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote)