mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
update README
This commit is contained in:
committed by
Aiden McClelland
parent
278e4b52b6
commit
f8f1f70dc4
11
ui/README.md
11
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
|
||||
1. Refresh the browser window
|
||||
|
||||
Reference in New Issue
Block a user