From f8f1f70dc4a37b1f1d8091069b7d0addf1baf4fa Mon Sep 17 00:00:00 2001 From: waterplea Date: Tue, 30 Nov 2021 12:40:19 +0300 Subject: [PATCH] update README --- ui/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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