Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Sep 1, 2020
1 parent 0d2a682 commit 863ebe6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

C cli and library for Tsinghua University network authentication.

Support `auth4`, `auth6` and `net`, including wired and wireless `Tsinghua-5G`, `Tsinghua` and `Tsinghua-IPv4`.
Support `auth4`, `auth6` and `net`, including `wired` and wireless `Tsinghua-5G`, `Tsinghua` and `Tsinghua-IPv4`.

You can use it as a command line tool or integrate the lib into any application.

Expand Down Expand Up @@ -51,7 +51,9 @@ Please use a config file and make sure you are the only one who can access it.

#### Prebuilt Binary

For OpenWrt users, you can download prebuilt binary from [releases](https://github.com/robertying/tunet-c/releases).
<del>For OpenWrt users, you can download prebuilt binary from [releases](https://github.com/robertying/tunet-c/releases).</del>

_**There are no prebuilt binary for newer versions. The following guide only serves as a reference.**_

Upload them to your router and use `opkg` to install packages.

Expand Down Expand Up @@ -110,7 +112,7 @@ Other platforms will be added gradually and you can always file an issue to requ

2. Download OpenWrt SDK for your platform. Follow [Using the SDK](https://openwrt.org/docs/guide-developer/using_the_sdk).

3. For example, for mt7620 and OpenWrt 19.07, download and unzip `openwrt-sdk-19.07.0-ramips-mt7620_gcc-7.5.0_musl.Linux-x86_64.tar.xz`:
3. For example, for mt7620 and OpenWrt 19.07.0, download and unzip `openwrt-sdk-19.07.0-ramips-mt7620_gcc-7.5.0_musl.Linux-x86_64.tar.xz`:

```sh
tar xvf openwrt-sdk-19.07.0-ramips-mt7620_gcc-7.5.0_musl.Linux-x86_64.tar.xz
Expand Down

0 comments on commit 863ebe6

Please sign in to comment.