mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
refine README
This commit is contained in:
parent
3aaea23545
commit
47eae737f7
18
README.md
18
README.md
@ -13,8 +13,7 @@ Designed specially for **Markdown**, **VNote** is a Vim-inspired note-taking app
|
||||
Users from China can download the latest release of VNote from [Baidu Netdisk](http://pan.baidu.com/s/1jI5HROq).
|
||||
|
||||
## Windows
|
||||
|
||||
### download
|
||||
### Official Zip
|
||||

|
||||
|
||||
- [Github releases](https://github.com/tamlok/vnote/releases)
|
||||
@ -22,15 +21,16 @@ Users from China can download the latest release of VNote from [Baidu Netdisk](h
|
||||
|
||||
**NOT** supported in XP since QtWebEngineProcess used by VNote could not work in XP.
|
||||
|
||||
### scoop install
|
||||
you can find more help document on [scoop wiki](https://github.com/lukesampson/scoop/wiki).
|
||||
1. install [scoop](https://github.com/lukesampson/scoop) with powershell. `iex (new-object net.webclient).downloadstring('https://get.scoop.sh')`
|
||||
2. add the optional 'extras' bucket in scoop. `scoop bucket add extras`
|
||||
3. install vnote with scoop. `scoop install scoop`
|
||||
4. update `scoop update vnote` / `scoop update *`
|
||||
### Scoop
|
||||
VNote can be installed from `extras` bucket of Scoop.
|
||||
|
||||
```shell
|
||||
scoop bucket add extras
|
||||
scoop install vnote
|
||||
scoop update vnote
|
||||
```
|
||||
|
||||
## Linux
|
||||
|
||||
### AppImage
|
||||
[](https://travis-ci.org/tamlok/vnote)
|
||||
|
||||
|
17
README_zh.md
17
README_zh.md
@ -13,7 +13,7 @@
|
||||
国内的用户可以尝试在[百度云盘](http://pan.baidu.com/s/1jI5HROq)下载VNote的最新发行版本。
|
||||
|
||||
## Windows
|
||||
### 下载安装
|
||||
### 官方压缩包
|
||||

|
||||
|
||||
- [Github releases](https://github.com/tamlok/vnote/releases)
|
||||
@ -21,15 +21,16 @@
|
||||
|
||||
VNote不支持**XP**,因为QtWebEngineProcess无法在XP上运行。
|
||||
|
||||
### 使用scoop安装
|
||||
你可以在[scoop wiki](https://github.com/lukesampson/scoop/wiki)找到更多的帮助信息。
|
||||
1. powershell安装[scoop](https://github.com/lukesampson/scoop) `iex (new-object net.webclient).downloadstring('https://get.scoop.sh')`
|
||||
2. scoop添加extras仓库 `scoop bucket add extras`
|
||||
3. scoop安装vnote `scoop install scoop`
|
||||
4. 以后更新 `scoop update vnote` / `scoop update *`
|
||||
### Scoop
|
||||
VNote也可以通过Scoop的`extras`仓库进行安装。
|
||||
|
||||
```shell
|
||||
scoop bucket add extras
|
||||
scoop install vnote
|
||||
scoop update vnote
|
||||
```
|
||||
|
||||
## Linux
|
||||
|
||||
### AppImage
|
||||
[](https://travis-ci.org/tamlok/vnote)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user