Skip to content

Commit

Permalink
add OutlineCLI entry to root README
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Oct 19, 2023
1 parent 7f5613d commit c7c973b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,12 @@ Beta features:

- Integration resources
- For Mobile apps
- [x] Library to run a local SOCKS5 or HTTP-Connect proxy ([source](./x/mobileproxy/mobileproxy.go), [example Go usage](./x/examples/fetch-proxy/main.go), [example mobile usage](./x/examples/mobileproxy)). (v0.0.6)
- [x] Documentation on how to integrate the SDK into mobile apps (v0.0.6)
- [x] Connectivity Test iOS mobile app using [Capacitor](https://capacitorjs.com/)
- [ ] Connectivity Test Android app using [Capacitor](https://capacitorjs.com/) (coming soon)
- [x] Library to run a local SOCKS5 or HTTP-Connect proxy ([source](./x/mobileproxy/mobileproxy.go), [example Go usage](./x/examples/fetch-proxy/main.go), [example mobile usage](./x/examples/mobileproxy)).
- [x] Documentation on how to integrate the SDK into mobile apps
- [x] Connectivity Test iOS mobile app (iOS and Android) using [Capacitor](https://capacitorjs.com/)
- For Go apps
- [x] Connectivity Test example [Wails](https://wails.io/) graphical app
- [x] Connectivity Test example command-line app ([source](./x/examples/outline-connectivity/)) (v0.0.6)
- [ ] Outline Client example command-line app (coming soon)
- [x] Page fetch example command-line app ([source](./x/examples/outline-fetch/)) (v0.0.6)
- [x] Local proxy example command-line app ([source](./x/examples/http2transport/)) (v0.0.6)
- [x] Connectivity Test example command-line app ([source](./x/examples/outline-connectivity/))
- [x] Outline Client example command-line app ([source](./x/examples/outline-cli/))
- [x] Page fetch example command-line app ([source](./x/examples/outline-fetch/))
- [x] Local proxy example command-line app ([source](./x/examples/http2transport/))

0 comments on commit c7c973b

Please sign in to comment.