Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
f9d95102f5
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,3 +1,17 @@
 # smokeshow
 
-临时静态网站托管工具
+临时静态网站托管工具
+
+## Usage
+
+```
+pip install smokeshow
+
+smokeshow generate-key
+
+export SMOKESHOW_AUTH_KEY='QYd85mFqMJsdfdfsssssspg'
+
+smokeshow upload path/to/upload
+
+
+```