diff --git a/README.md b/README.md index 85f4c2b..60414e5 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ from proxy server goes to WireGuard network. In local exit mode, the proxy is served on WireGuard network, and the traffic from WireGuard goes to local network. -For detail usage, see . +For detailed usage, see . diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000..096314a --- /dev/null +++ b/docs/install.md @@ -0,0 +1,25 @@ +# Install + +## From source + +```bash +go install github.com/zhsj/wghttp@latest +``` + +## Docker + +Docker images are publish at: + +- [Docker Hub](https://hub.docker.com/r/zhusj/wghttp) + + ```bash + docker pull zhusj/wghttp:latest + + ``` + +- [GitHub](https://github.com/zhsj/wghttp/pkgs/container/wghttp) + + ```bash + docker pull ghcr.io/zhsj/wghttp:latest + + ```