Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Jan 1, 2017
1 parent 5ddde71 commit 5f641d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

## 加入系统命令(NKUWLAN一键登录)
[build 分支](https://github.com/NewFuture/NKUWLAN/tree/build)会根据maste分支的提交自动编译单文件版本和[压缩版](https://github.com/NewFuture/NKUWLAN/blob/build/min.py)可以直接下载使用

* 下载[此链接支持ipv6下载]完整版(兼容python2和**python3**)

```bash
sudo curl http://nkuwlan.newfuture.xyz/code/nkuwaln.py -#Lo /usr/local/bin/nkuwlan && sudo chmod +x /usr/local/bin/nkuwlan
```

* 下载[此链接支持ipv6下载]压缩版(仅支持python2)

```bash
sudo curl http://nkuwlan.newfuture.xyz/code/min.py -#Lo /usr/local/bin/nkuwlan && sudo chmod +x /usr/local/bin/nkuwlan
```

Expand All @@ -27,7 +36,7 @@ nkuwlan wai
wget http://nkuwlan.newfuture.xyz/code/nkuwlan.py

#或者下载min版(不适合修改)
wget http://nkuwlan.newfuture.xyz/code/nin.py
#或者wget http://nkuwlan.newfuture.xyz/code/min.py

python nkuwlan.py
```
Expand Down

0 comments on commit 5f641d0

Please sign in to comment.