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` `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 ### Building Embassy UI
**In a new terminal window, from `embassy-os/ui` run:** **In a new terminal window, from `embassy-os/ui` run:**