update README

This commit is contained in:
waterplea
2021-11-30 12:40:19 +03:00
committed by Aiden McClelland
parent 278e4b52b6
commit f8f1f70dc4

View File

@@ -22,6 +22,15 @@ v8.0.0
`cargo run -- -vvv -c example-config.toml`
*Note:* If you have "SSL connect error" on Window while running cargo
command create a file `config` in `C:\Users\%username%\.cargo`
and add following lines there:
```
[http]
check-revoke = false
```
### Building Embassy UI
**In a new terminal window, from `embassy-os/ui` run:**
@@ -72,4 +81,4 @@ If you want to update mock data inside ws-example, you must do the following:
1. In es-example, run `rm embassy.db`
1. Delete `patch-db-cache` from your browser's Local Storage
1. Restart ws-example
1. Refresh the browser window
1. Refresh the browser window