Browse Source

update README

Le Tan 7 years ago
parent
commit
9ca9e56e82
2 changed files with 6 additions and 4 deletions
  1. 1 1
      README.md
  2. 5 3
      README_zh.md

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ cd vnote
 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
 [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote)

+ 5 - 3
README_zh.md

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