my eye

Update README with desirable usage flow

Committed 1769c7

--- a/README.md
+++ b/README.md

-## How to use
+`webint` helps you build a web interface.
 
-### Initialize a project
-
-    poetry init
-
-### Install webint
+## Usage
 
+    mkdir example.site && cd example.site
+    poetry init --name=example-site
     poetry add webint
+    poetry run web scaffold 
+    poetry version minor
+    poetry publish
 
-### Create your website
-
-    poetry run web scaffold
-
-### Run your website
-
-    poetry run web run 9999
-
-### Open your website
-
-    open http://localhost:9999
+    web config --host digitalocean --token {YOUR_TOKEN}
+    web init example.site example-site example:app
 
-### Modify your website
+### Hack
 
-    ...
+    poetry run web run example:app --port 9999
 
-### Deploy your website
+Changes to your python code will auto-reload the local development server.
 
-#### On a cloud server only
+#### Deploy an update
 
-#### On a home server through a cloud server (for TLS termination)
+    poetry version (major|minor|patch)
+    poetry publish
 
-#### On a home server only (via tor)
+Wait a couple minutes and update your site at https://example.site/system/software