Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
6a347994fc
1 changed files with 13 additions and 1 deletions
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,3 +1,15 @@
 # expose
 # expose
 
 
-ngrok php实现
+ngrok php实现
+
+## Usage
+
+安装
+```
+docker run expose share http://192.168.2.100 # share a local site
+docker run expose serve my-domain.com # start a server
+
+expose share http://localhost:3000
+
+```
+