diff --git a/ui/README.md b/ui/README.md index ec6e5da91..cacba5644 100644 --- a/ui/README.md +++ b/ui/README.md @@ -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 \ No newline at end of file +1. Refresh the browser window