Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
v0.1.6
  • Loading branch information
wapznw committed Apr 11, 2019
1 parent 57c725c commit 1b73c12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@


[下载Ubuntu版](../../releases)
> Ubuntu 需要先安装 aria2_1.33.1-1_amd64.deb
> 如果启动内置aria2失败,尝试安装 sudo apt install libc-ares2 -y
> 或安装 aria2_1.33.1-1_amd64.deb
开发
```
npm run start
npm run electron:dev
```

编译
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aria2down",
"version": "0.1.0",
"name": "aria2desktop",
"version": "0.1.6",
"private": true,
"dependencies": {
"antd": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aria2-desktop",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"main": "main.js",
"author": "wapznw <[email protected]>",
Expand Down

0 comments on commit 1b73c12

Please sign in to comment.